Use official node module instead of loading nvm manually

This commit is contained in:
Harry Green 2020-03-11 14:04:27 +13:00 committed by Harry Green
parent 6bb3c09028
commit fa961d5300
2 changed files with 1 additions and 2 deletions

View file

@ -45,6 +45,7 @@ zstyle ':prezto:load' pmodule \
'syntax-highlighting' \
'autosuggestions' \
'fasd' \
'node'
#
# Autosuggestions

View file

@ -23,8 +23,6 @@ alias g="git"
alias c="clear"
alias gl="git log --oneline --graph --decorate --all"
alias wttr="curl -s wttr.in | head -7"
# Reload zsh configuration
alias reload="source ${ZDOTDIR:-$HOME}/.zprezto/runcoms/zshrc"