diff --git a/profile b/profile index b2409be..967396a 100644 --- a/profile +++ b/profile @@ -45,10 +45,6 @@ if [ -d $HOME/.cargo/bin ] ; then export PATH="$HOME/.cargo/bin:$PATH" fi -if [ -d $GOPATH/bin ] ; then - export PATH="$GOPATH/bin:$PATH" -fi - if [ -d $HOME/.rbenv/bin ] ; then export PATH="$HOME/.rbenv/bin:$PATH" fi