Update Fri Dec 25 04:47:22 AM CST 2020
This commit is contained in:
parent
8f55be9bdb
commit
6bb1d0e3a9
|
@ -19,7 +19,7 @@
|
|||
# Revision 1.0.7 - GOPATH statements added to .zshrc and .bashrc
|
||||
- function will check for GOPATH in .zshrc and .bashrc
|
||||
- Checks added for root and regular users
|
||||
- if "GOPATH" is not found in either .zshrc or .bashrc, statements will be added:
|
||||
- if "GOPATH" is not found in .zshrc or .bashrc, statements will be added:
|
||||
- export GOPATH=$HOME/go
|
||||
- export PATH=$PATH:$GOPATH/bin
|
||||
- if "GOPATH" is found in .zshrc or .bashrc, no changes will be made
|
||||
|
|
Loading…
Reference in New Issue