From bb052696ce1c3ed58527868839a8e79b39656404 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 12 Jul 2017 13:16:17 +0100 Subject: [PATCH] Switch back to custom plain theme --- shell/zshrc.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/zshrc.zsh b/shell/zshrc.zsh index ae07aec..1446424 100644 --- a/shell/zshrc.zsh +++ b/shell/zshrc.zsh @@ -26,8 +26,8 @@ zplug "robbyrussell/oh-my-zsh", use:"lib/*.zsh", defer:0 zplug "plugins/bundler", from:oh-my-zsh zplug "plugins/git", from:oh-my-zsh -zplug "aaronjamesyoung/aaron-zsh-theme", use:"aaron.zsh-theme", defer:3 -# zplug "$DOTZSH/themes/plain", from:local, use:"plain.zsh-theme", defer:3 +# zplug "aaronjamesyoung/aaron-zsh-theme", use:"aaron.zsh-theme", defer:3 +zplug "$DOTZSH/themes/plain", from:local, use:"plain.zsh-theme", defer:3 zplug "jimeh/zsh-peco-history" zplug "b4b4r07/enhancd", use:"init.sh"