Remove hub from GitHub

This commit is contained in:
Jonny Barnes 2020-11-16 17:39:32 +00:00
parent e7e85fff5a
commit 3c730f41da
4 changed files with 2 additions and 5 deletions

View file

@ -56,8 +56,7 @@ auto-ls () {
chpwd_functions=( auto-ls $chpwd_functions )
# Go Lang stuff
test $PLATFORM = 'linux' && export GOPATH=$HOME/go
test $PLATFORM = 'osx' && export GOPATH=$HOME/Development/go
export GOPATH=$HOME/go
export PATH="$PATH:/usr/local/go/bin:/usr/local/opt/go/libexec/bin:$GOPATH/bin"
# GnuPG stuff