1 2 3 4 5 6 7 8
if [ -d ~/bin ];then case ":$PATH:" in (*:$HOME/bin:*) ;; (*) export "PATH=$PATH:$HOME/bin";; esac fi complete -F _reprepro repo