From fd62494e026ddb4d15131ed8ccaf96d622aec074 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Mon, 27 Jul 2015 20:57:52 +0200 Subject: [PATCH] fixed bug in zshrc --- files/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/zshrc b/files/zshrc index f0d767d..c4237d6 100644 --- a/files/zshrc +++ b/files/zshrc @@ -5,14 +5,14 @@ export ZSH=~/.dotfiles/lib/ohmyzsh ZSH_THEME="pygmalion" # 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=(gem bundler composer git pip vagrant docker python extract) plugins+=(npm systemd systemadmin frontend-search gitignore) 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) fi if [ $(uname -n) = "mail" ]; then