remove ~/bin/ from PATH
parent
756f5f8ec8
commit
6c287f1a8b
2
.bashrc
2
.bashrc
|
@ -18,7 +18,7 @@ alias dotfiles='git --git-dir=$HOME/dotfiles.git/ --work-tree=$HOME'
|
|||
|
||||
EDITOR=vim; export EDITOR
|
||||
PAGER=less; export PAGER
|
||||
PATH=$HOME/.local/bin:$HOME/bin:$HOME/.cargo/bin:$HOME/go/bin:${KREW_ROOT:-$HOME/.krew}/bin:$PATH
|
||||
PATH=$HOME/.local/bin:$HOME/.cargo/bin:$HOME/go/bin:${KREW_ROOT:-$HOME/.krew}/bin:$PATH
|
||||
|
||||
# don't put duplicate lines or lines starting with space in the history.
|
||||
# See bash(1) for more options
|
||||
|
|
Reference in New Issue