diff --git a/runcoms/zpreztorc b/runcoms/zpreztorc index 69697777..1018b892 100644 --- a/runcoms/zpreztorc +++ b/runcoms/zpreztorc @@ -32,6 +32,16 @@ zstyle ':prezto:load' pmodule \ 'spectrum' \ 'utility' \ 'completion' \ + 'fasd' \ + 'deer' \ + 'zsh-notify' \ + 'homebrew' \ + 'osx' \ + 'git' \ + 'syntax-highlighting' \ + 'history-substring-search' \ + 'autosuggestions' \ + 'autoenv' \ 'prompt' # @@ -55,7 +65,7 @@ zstyle ':prezto:module:deer' key-bindings '^k' zstyle ':prezto:module:editor' key-bindings 'emacs' # Auto convert .... to ../.. -# zstyle ':prezto:module:editor' dot-expansion 'yes' +zstyle ':prezto:module:editor' dot-expansion 'yes' # # Git @@ -168,4 +178,4 @@ zstyle ':prezto:module:prompt' theme 'sorin' # zstyle ':prezto:module:tmux:auto-start' remote 'yes' # Integrate with iTerm2. -# zstyle ':prezto:module:tmux:iterm' integrate 'yes' +zstyle ':prezto:module:tmux:iterm' integrate 'yes'