From fa961d5300c7df8a255ff136f977bcd6566bcd99 Mon Sep 17 00:00:00 2001 From: Harry Green Date: Wed, 11 Mar 2020 14:04:27 +1300 Subject: [PATCH] Use official node module instead of loading nvm manually --- runcoms/zpreztorc | 1 + runcoms/zshrc | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/runcoms/zpreztorc b/runcoms/zpreztorc index 91a2f13d..743b2329 100644 --- a/runcoms/zpreztorc +++ b/runcoms/zpreztorc @@ -45,6 +45,7 @@ zstyle ':prezto:load' pmodule \ 'syntax-highlighting' \ 'autosuggestions' \ 'fasd' \ + 'node' # # Autosuggestions diff --git a/runcoms/zshrc b/runcoms/zshrc index 45e2bcae..1441c80a 100644 --- a/runcoms/zshrc +++ b/runcoms/zshrc @@ -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"