From ba2eba85ac5d82ae9591a11ec1641fd2c5f5043f Mon Sep 17 00:00:00 2001 From: Sergey Besedin Date: Thu, 31 Mar 2022 11:26:25 +0400 Subject: [PATCH] Update --- profile | 4 ---- 1 file changed, 4 deletions(-) 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