diff options
Diffstat (limited to 'build-tools/config-home')
-rw-r--r-- | build-tools/config-home/builder/.bash_aliases | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build-tools/config-home/builder/.bash_aliases b/build-tools/config-home/builder/.bash_aliases new file mode 100644 index 0000000..c09a834 --- /dev/null +++ b/build-tools/config-home/builder/.bash_aliases @@ -0,0 +1,8 @@ +if [ -d ~/bin ];then + case ":$PATH:" in + (*:$HOME/bin:*) ;; + (*) export "PATH=$PATH:$HOME/bin";; + esac +fi + +complete -F _reprepro repo |