Skip to content

Commit

Permalink
Do not let zplug manage it self for now
Browse files Browse the repository at this point in the history
`zplug --self-manage` isn't working for me now, so leave it out for the
time being, until zplug/zplug#387 gets resolved (e.g. via
zplug/zplug#372)
  • Loading branch information
zakame committed Apr 3, 2017
1 parent 0174f3b commit 03abdd2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ zplug "lib/misc", from:oh-my-zsh
zplug "lib/termsupport", from:oh-my-zsh
zplug "lib/theme-and-appearance", from:oh-my-zsh

zplug "zplug/zplug", hook-build:"zplug --self-manage"

if [ -e ${ZDOTDIR:-$HOME}/.zshrc.local ]; then
source ${ZDOTDIR:-$HOME}/.zshrc.local
fi
Expand Down

0 comments on commit 03abdd2

Please sign in to comment.