remove ~/bin/ from PATH

master
Andrew Coleman 2020-12-28 10:55:10 -05:00
parent 756f5f8ec8
commit 6c287f1a8b
1 changed files with 1 additions and 1 deletions

View File

@ -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