diff options
author | David Runge <dave@sleepmap.de> | 2015-03-03 15:31:02 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2015-03-03 15:31:02 +0100 |
commit | 03a9acb5e0ec322a334f1be1cc4021ae0ccb68b8 (patch) | |
tree | 5dc245086f1bd14915790f85e44417f57fbd5465 /.zpreztorc | |
parent | 0f65e844d28335e1353b1081aaeefb4b7fa98167 (diff) | |
download | dotfiles-03a9acb5e0ec322a334f1be1cc4021ae0ccb68b8.tar.gz dotfiles-03a9acb5e0ec322a334f1be1cc4021ae0ccb68b8.tar.bz2 dotfiles-03a9acb5e0ec322a334f1be1cc4021ae0ccb68b8.tar.xz dotfiles-03a9acb5e0ec322a334f1be1cc4021ae0ccb68b8.zip |
.zpreztorc: Removing unneeded zprezto plugins.
Diffstat (limited to '.zpreztorc')
-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' - |