clean path in zshrc

This commit is contained in:
Felix Van der Jeugt 2016-03-18 19:37:12 +01:00
parent 55b5b0d47d
commit c586d542b6
1 changed files with 3 additions and 7 deletions

10
zshrc
View File

@ -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"