From 3701cf636155d55eb79e6bc44965740607d292d3 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Sat, 19 Dec 2015 17:51:59 +0100 Subject: [PATCH] no more need for gem bins in the path --- zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 91e0b1c..34aa1fe 100644 --- a/zshrc +++ b/zshrc @@ -36,8 +36,8 @@ export PATH="$HOME/.local/bin":"$PATH" #export PATH="$HOME/.cabal/bin":"$PATH" # Gems -export PATH="$(ruby -rubygems -e "puts Gem.user_dir")/bin":"$PATH" -export GEM_HOME="$(ruby -e 'puts Gem.user_dir')" +#export PATH="$(ruby -rubygems -e "puts Gem.user_dir")/bin":"$PATH" +#export GEM_HOME="$(ruby -e 'puts Gem.user_dir')" # For vim export EDITOR="vim" @@ -59,3 +59,4 @@ alias ncmpcpp="ncmpcpp -c ~/.config/ncmpcpp/config" # Base16 Shell BASE16_SHELL="$HOME/.config/base16-shell/base16-3024.dark.sh" [[ -s $BASE16_SHELL ]] && source $BASE16_SHELL +