diff options
-rw-r--r-- | .zpreztorc | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -29,15 +29,11 @@ zstyle ':prezto:load' pmodule \ 'editor' \ 'history' \ 'directory' \ - 'spectrum' \ 'utility' \ 'completion' \ 'archive' \ - 'fasd' \ - 'git' \ 'syntax-highlighting' \ 'history-substring-search' \ - 'ssh' \ 'prompt' # @@ -124,10 +120,3 @@ zstyle ':prezto:module:syntax-highlighting' highlighters \ # Auto set the tab and window titles. zstyle ':prezto:module:terminal' auto-title 'yes' -# -# Tmux -# - -# Auto start a session when Zsh is launched. -# zstyle ':prezto:module:tmux' auto-start 'yes' - |