Ver código fonte

Add home bin to PATH on tamten

Alois Mahdal 11 anos atrás
pai
commit
990214efd9
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      dotfiles/bash/host/tamten.bashrc

+ 1
- 0
dotfiles/bash/host/tamten.bashrc Ver arquivo

@@ -19,3 +19,4 @@ alias diff="colordiff -u"
19 19
 export PERL5LIB="$PERL5LIB:$HOME/lib/minions/lib"
20 20
 export PERL5LIB="$PERL5LIB:$HOME/local/gnucash-importer/lib"
21 21
 export EDITOR="vim"
22
+export PATH="$HOME/bin:$PATH"