fixed bug in zshrc

This commit is contained in:
Nikolas Weger 2015-07-27 20:57:52 +02:00
parent 4a799e24b3
commit fd62494e02

View file

@ -5,14 +5,14 @@ export ZSH=~/.dotfiles/lib/ohmyzsh
ZSH_THEME="pygmalion" ZSH_THEME="pygmalion"
# Path # Path
export PATH="$HOME/utils:$HOME/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:$PATH" export PATH="$HOME/.gem/ruby/2.2.0/bin:$HOME/utils:$HOME/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:$PATH"
# Plugins # Plugins
plugins=(gem bundler composer git pip vagrant docker python extract) plugins=(gem bundler composer git pip vagrant docker python extract)
plugins+=(npm systemd systemadmin frontend-search gitignore) plugins+=(npm systemd systemadmin frontend-search gitignore)
plugins+=(command-not-found colored-man) plugins+=(command-not-found colored-man)
if [ $(uname -n) = "megumi" ]; then if [ $(uname -n) = "megumi" -o $(uname -n) = "kimari" -o $(uname -n) = "sayaka" ]; then
plugins+=(archlinux) plugins+=(archlinux)
fi fi
if [ $(uname -n) = "mail" ]; then if [ $(uname -n) = "mail" ]; then