diff --git a/runcoms/zpreztorc b/runcoms/zpreztorc index c268ed9d4c..1b64d9a17e 100644 --- a/runcoms/zpreztorc +++ b/runcoms/zpreztorc @@ -36,12 +36,9 @@ zstyle ':prezto:load' pmodule \ 'fasd' \ 'homebrew' \ 'android' \ - 'yarn' \ 'dotfiles' \ 'environment' \ 'git' \ - 'node' \ - 'flutter' \ 'osx' \ 'terminal' \ 'editor' \ @@ -50,6 +47,9 @@ zstyle ':prezto:load' pmodule \ 'spectrum' \ 'utility' \ 'completion' \ + 'node' \ + 'yarn' \ + 'flutter' \ 'syntax-highlighting' \ 'history-substring-search' \ 'prompt' \ @@ -146,7 +146,7 @@ zstyle ':prezto:module:prompt' pwd-length 'short' # Set the prompt to display the return code along with an indicator for non-zero # return codes. This is not supported by all prompts. -# zstyle ':prezto:module:prompt' show-return-val 'yes' +zstyle ':prezto:module:prompt' show-return-val 'yes' # # Python @@ -198,13 +198,13 @@ zstyle ':prezto:module:syntax-highlighting' highlighters \ # Set syntax highlighting styles. # zstyle ':prezto:module:syntax-highlighting' styles \ -# 'builtin' 'bg=blue' \ +# 'builtin' 'bg=green' \ # 'command' 'bg=blue' \ -# 'function' 'bg=blue' -# +# 'function' 'bg=red' + # Set syntax pattern styles. -# zstyle ':prezto:module:syntax-highlighting' pattern \ -# 'rm*-rf*' 'fg=white,bold,bg=red' +zstyle ':prezto:module:syntax-highlighting' pattern \ + 'rm*-rf*' 'fg=white,bold,bg=red' # # Terminal