From c586d542b61e40b4b818a9d39a25e2a90dd1e29b Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Fri, 18 Mar 2016 19:37:12 +0100 Subject: [PATCH] clean path in zshrc --- zshrc | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/zshrc b/zshrc index 396792b..8a97bd0 100644 --- a/zshrc +++ b/zshrc @@ -30,14 +30,10 @@ PS1="[%*] %{$fg[red]%}%n@%m%{$reset_color%} %{$fg[green]%}%~%{$reset_color%} "'$ alias ls="ls --color=auto" # Local scripts -PATH="$HOME/.local/bin":"$PATH" - -# Cabal +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="nvim"