Change zsh path
This commit is contained in:
parent
a74ff561e3
commit
94885eb368
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue