1
Fork 0

Change zsh path

This commit is contained in:
Hadeed 2025-03-27 16:09:00 +05:00
parent a74ff561e3
commit 94885eb368

View file

@ -16,7 +16,7 @@ export VISUAL="nvim"
export EDITOR="nvim"
typeset -U path
path+="$HOME/bin"
path=("$HOME/bin" $path)
if (( $+commands[npm] )); then
export npm_config_prefix="$HOME/.local/npm"