menu: added new Keywords tag to .desktop files
[barry.git] / zsh / README
blob615125e082dfe7bf724471dd59c84477cfcc68af
1 Barry ZSH autocompletion
2 ========================
4 If you use ZSH and you wish that ZSH is able to autocomplete the barry
5 command lines, you have to add the files :
6         _bjavaloader
7         _btool
8 into the directory :
9         /usr/share/zsh/functions/Completion/Unix
11 You can also add into your $HOME a new directory :
12         $HOME/.zsh/completions
13 then add this path at the $FPATH environment variable :
14         export FPATH=$FPATH:$HOME/.zsh/completions