Added golang

This commit is contained in:
2021-09-29 20:17:26 +02:00
parent 2d2e5c55f7
commit 15386558a8
3 changed files with 8 additions and 2 deletions

4
.zshrc
View File

@ -110,5 +110,9 @@ alias update-brew="brew upgrade --cask"
# Cleaning-up
export PATH=$HOME/.local/bin:$PATH
export PATH=/sbin:$PATH
export GOPATH=$HOME/golang
export GOROOT=/usr/local/opt/go/libexec
export PATH=$PATH:$GOPATH/bin
export PATH=$PATH:$GOROOT/bin
[ -d $HOME/repo/fortigate/bin ] && export PATH=$HOME/repo/fortigate/bin:$PATH
export HISTTIMEFORMAT="%F %T "