This commit is contained in:
Sergey 2022-03-31 11:26:25 +04:00
parent 0ee5219afa
commit ba2eba85ac

View File

@ -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