Some changes from work machine
This commit is contained in:
committed by
Vasili Svirydau
parent
6b2245dd16
commit
e743c663ac
@@ -9,3 +9,7 @@ fi
|
||||
if [ -e "$HOME/.bin" ]; then
|
||||
export PATH="$HOME/.bin:$PATH"
|
||||
fi
|
||||
|
||||
if [ -w "$HOME/go/bin" ]; then
|
||||
export PATH="$HOME/go/bin:$PATH"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user