mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 11:46:40 +00:00
Load theme correctly
This commit is contained in:
@@ -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]: "
|
||||
|
||||
Reference in New Issue
Block a user