zsh: add path to npm-global
This commit is contained in:
parent
ac9a4b72a7
commit
eac7642208
1 changed files with 3 additions and 2 deletions
|
|
@ -18,8 +18,6 @@ plugins=(
|
|||
zsh-fzf-history-search
|
||||
)
|
||||
|
||||
# Bind zsh-autosuggestions key
|
||||
bindkey '^Y' autosuggest-accept
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
|
|
@ -68,3 +66,6 @@ export PYENV_ROOT="$HOME/.pyenv"
|
|||
eval "$(pyenv init - zsh)"
|
||||
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
|
||||
. "$HOME/.local/bin/env"
|
||||
export PATH=~/.npm-global/bin:$PATH
|
||||
|
|
|
|||
Loading…
Reference in a new issue