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 :
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