From 5440cbd2d293d732fbe6e86f63c0a86ccd3ba6d1 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Sun, 27 Dec 2020 17:15:22 -0500 Subject: [PATCH] add krew path --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 7e4328d..a2f8c65 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:$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