Added new path

This commit is contained in:
Marcin Woźniak 2022-11-20 15:16:06 +01:00
parent 6cf93f9d8b
commit f1e4968363
Signed by: y0rune
GPG Key ID: F204C385F57EB348

1
.zshrc
View File

@ -121,6 +121,7 @@ alias rsync="rsync --progress"
unset PATH
export PATH=/bin:$PATH
export PATH=/usr/bin:$PATH
export PATH=/usr/sbin:$PATH
export PATH=/sbin:$PATH
export PATH=$HOME/go/bin:$PATH
export PATH=$HOME/golang/bin:$PATH