diff --git a/zsh/zshrc b/zsh/zshrc index 34d6eda..0441819 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -13,7 +13,7 @@ export PATH="${GOPATH}/bin:${HOME}/.gem/ruby/2.2.0/bin:${HOME}/utils:${HOME}/bin # Plugins plugins=(gem bundler composer git pip vagrant docker python extract) plugins+=(npm systemd systemadmin frontend-search web-search gitignore) -plugins+=(command-not-found colored-man fabric tmux taskwarrior) +plugins+=(command-not-found colored-man-pages fabric tmux taskwarrior) if [ $(uname -n) = "megumi" -o $(uname -n) = "kimari" -o $(uname -n) = "sayaka" ]; then plugins+=(archlinux)