소스 검색

Add `~/bin` to shell path

For some reason, I thought that this was a default provided by bash/zsh.
Turns out it is not be the case.
Weiyi Lou 10 년 전
부모
커밋
0a7a7685f6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      shell/env

+ 1 - 1
shell/env

@@ -3,7 +3,7 @@ export EDITOR='vim'
 export PAGER='less'
 
 # Paths
-export PATH=$HOME/dotfiles/bin:$PATH
+export PATH=$HOME/dotfiles/bin:$HOME/bin:$PATH
 export MANPATH=$MANPATH:$HOME/dotfiles/shell/man
 
 # Config Files: Which Are Sourced, And When?