fix(zsh): add go bin to path

This commit is contained in:
Oscar Wallberg
2024-07-31 21:53:52 +02:00
parent c7fcce2b0c
commit 88223a67cc
+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"