lib: added ability to override USB default timeout from Controller
[barry.git] / zsh / README
blob60e2ffe2ec52c2b16fb9598bbab795ffba625238
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=$PATH:$HOME/.zsh/completions