Skip to content

Commit

Permalink
Remove go, it is now installed from nix
Browse files Browse the repository at this point in the history
  • Loading branch information
giggio committed Jun 2, 2024
1 parent f15b072 commit 96b3835
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ fi
if [ -d "$HOME"/.krew/bin ]; then
export PATH=$PATH:$HOME/.krew/bin
fi
if [ -e "$HOME"/.go/bin/go ]; then
export PATH=$PATH:$HOME/.go/bin
if [ -d "$HOME"/go/bin ]; then
export PATH=$PATH:$HOME/go/bin
fi
fi
export PROMPT_COMMAND="history -a; $PROMPT_COMMAND"
export LC_ALL=en_US.UTF-8
set -o vi
Expand Down

0 comments on commit 96b3835

Please sign in to comment.