소스 검색

Enable ~/bin on tamten

Alois Mahdal 10 년 전
부모
커밋
37c0fe1516
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      dotfiles/bash/host/tamten.bashrc

+ 1
- 1
dotfiles/bash/host/tamten.bashrc 파일 보기

@@ -16,7 +16,7 @@ alias diff="colordiff -u"
16 16
 ### OTHERS ###
17 17
 ### '''''' ###
18 18
 
19
-export PATH="$PATH:$HOME/bin/git-achievements/"
19
+export PATH="$HOME/bin:$PATH:$HOME/bin/git-achievements/"
20 20
 export PERL5LIB="$PERL5LIB:$HOME/lib/minions/lib"
21 21
 export PERL5LIB="$PERL5LIB:$HOME/local/gnucash-importer/lib"
22 22
 export EDITOR="vim"