diff --git a/.bashrc b/.bashrc index a2f8c65..1e8f7cb 100644 --- a/.bashrc +++ b/.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