From 186548dddbd9e8fe2e29b204c2ce4e24272b72ac Mon Sep 17 00:00:00 2001 From: Toine Hartman Date: Fri, 30 Sep 2016 15:01:24 +0200 Subject: [PATCH] Personal mods. --- runcoms/zpreztorc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/runcoms/zpreztorc b/runcoms/zpreztorc index e110004e9a..259f6f2618 100644 --- a/runcoms/zpreztorc +++ b/runcoms/zpreztorc @@ -30,10 +30,8 @@ zstyle ':prezto:*:*' color 'yes' zstyle ':prezto:load' pmodule \ 'environment' \ 'terminal' \ - 'editor' \ 'history' \ 'directory' \ - 'spectrum' \ 'utility' \ 'completion' \ 'prompt' \ @@ -163,7 +161,7 @@ zstyle ':prezto:module:ruby:chruby' auto-switch 'yes' # # Set the SSH identities to load into the agent. -# zstyle ':prezto:module:ssh:load' identities 'id_rsa' 'id_rsa2' 'id_github' +zstyle ':prezto:module:ssh:load' identities 'id_rsa' 'id_rsa2' 'id_github' # # Syntax Highlighting @@ -194,7 +192,7 @@ zstyle ':prezto:module:syntax-highlighting' highlighters \ # # Auto set the tab and window titles. -# zstyle ':prezto:module:terminal' auto-title 'yes' +zstyle ':prezto:module:terminal' auto-title 'yes' # Set the window title format. # zstyle ':prezto:module:terminal:window-title' format '%n@%m: %s'