summaryrefslogtreecommitdiff
path: root/build-tools/config-home/builder/.bash_aliases
blob: c09a8340140fc09c0c742bd00cd0c5b6285e6e54 (plain) (blame)
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