Load theme correctly

This commit is contained in:
2017-07-12 13:24:25 +01:00
parent bb052696ce
commit 795dae1534

View File

@@ -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]: "