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"