add krew path

master
Andrew Coleman 2020-12-27 17:15:22 -05:00
parent f3a5d89ea2
commit 5440cbd2d2
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:$PATH
PATH=$HOME/.local/bin:$HOME/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