feat(zsh): add cargo bin to path

This commit is contained in:
2024-09-09 01:40:19 +02:00
parent 310597669a
commit 58fa033022
+1 -1
View File
@@ -38,7 +38,7 @@ bindkey -e
###################
# Ref: https://zsh.sourceforge.io/Doc/Release/Parameters.html
path=("${HOME}/.local/bin" "${HOME}/go/bin" "${path[@]}")
path=("${HOME}/.local/bin" "${HOME}/go/bin" "${HOME}/.cargo/bin" "${path[@]}")
export MAIL="/var/spool/mail/$USER"
export MAILCHECK=60
export HISTFILE="${HOME}/.zsh_history"