From 6bb1d0e3a9ff814866deea74acc72cd3a66c7f68 Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Fri, 25 Dec 2020 04:47:22 -0600 Subject: [PATCH] Update Fri Dec 25 04:47:22 AM CST 2020 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5668c7c..f9a8197 100644 --- a/README.md +++ b/README.md @@ -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