Update Fri Dec 25 04:47:22 AM CST 2020

This commit is contained in:
Dewalt 2020-12-25 04:47:22 -06:00
parent 8f55be9bdb
commit 6bb1d0e3a9
1 changed files with 2 additions and 2 deletions

View File

@ -16,10 +16,10 @@
(youll need to run pimpmykali.sh 3 times)
- currently working on a function to script 0, D and 9 together!
# Revision 1.0.7 - GOPATH statements added to .zshrc and .bashrc
# 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