From 6c287f1a8b1bfd5131925d1c62497a96c8663f77 Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Mon, 28 Dec 2020 10:55:10 -0500 Subject: [PATCH] remove ~/bin/ from PATH --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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