From 795dae153464af5f427b1c2784d9517f47d6eb49 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 12 Jul 2017 13:24:25 +0100 Subject: [PATCH] Load theme correctly --- shell/zshrc.zsh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/shell/zshrc.zsh b/shell/zshrc.zsh index 1446424..90420d5 100644 --- a/shell/zshrc.zsh +++ b/shell/zshrc.zsh @@ -25,16 +25,15 @@ 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 "jimeh/zsh-peco-history" zplug "b4b4r07/enhancd", use:"init.sh" zplug "zsh-users/zsh-completions" zplug "zsh-users/zsh-autosuggestions" zplug "zsh-users/zsh-syntax-highlighting", defer:3 +# zplug "aaronjamesyoung/aaron-zsh-theme", as:theme +zplug "$DOTZSH/themes/plain", from:local, as:theme + # Install plugins if there are plugins that have not been installed if ! zplug check --verbose; then printf "Install? [y/N]: "