fix(zsh): add go bin to path

This commit is contained in:
2024-07-31 21:53:52 +02:00
parent 5bbd3ec5b7
commit 2b72bb84b5
+1 -1
View File
@@ -38,7 +38,7 @@ bindkey -e
################### ###################
# Ref: https://zsh.sourceforge.io/Doc/Release/Parameters.html # Ref: https://zsh.sourceforge.io/Doc/Release/Parameters.html
path=("${HOME}/.local/bin" "${path[@]}") path=("${HOME}/.local/bin" "${HOME}/go/bin" "${path[@]}")
export MAIL="/var/spool/mail/$USER" export MAIL="/var/spool/mail/$USER"
export MAILCHECK=60 export MAILCHECK=60
export HISTFILE="${HOME}/.zsh_history" export HISTFILE="${HOME}/.zsh_history"