Added go
This commit is contained in:
parent
e759527248
commit
e67d0bdcfd
2 changed files with 4 additions and 1919 deletions
1919
.bash_history
1919
.bash_history
File diff suppressed because it is too large
Load diff
|
|
@ -32,3 +32,7 @@ fi
|
|||
if [ -d "$HOME/.emacs.d/bin" ] ; then
|
||||
PATH="$HOME/.emacs.d/bin:$PATH"
|
||||
fi
|
||||
|
||||
if [ -d "/usr/local/go" ]; then
|
||||
PATH="$PATH:/usr/local/go/bin"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue