if [ -d ~/bin ];then case ":$PATH:" in (*:$HOME/bin:*) ;; (*) export "PATH=$PATH:$HOME/bin";; esac fi complete -F _reprepro repo