feat(zsh): add cargo bin to path
This commit is contained in:
@@ -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" "${HOME}/go/bin" "${path[@]}")
|
path=("${HOME}/.local/bin" "${HOME}/go/bin" "${HOME}/.cargo/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"
|
||||||
|
|||||||
Reference in New Issue
Block a user