Added to PATH a golang

This commit is contained in:
Marcin Woźniak 2022-11-18 12:31:43 +01:00
parent 38061b7004
commit 5a12e7ebab

2
.zshrc
View File

@ -122,6 +122,8 @@ unset PATH
export PATH=/bin:$PATH
export PATH=/usr/bin:$PATH
export PATH=/sbin:$PATH
export PATH=$HOME/go/bin:$PATH
export PATH=$HOME/golang/bin:$PATH
export PATH=$HOME/.local/bin:$PATH
export GOPATH=$HOME/golang
export PATH=$PATH:$HOME/.gem/ruby/2.6.0/bin