clean path in zshrc
This commit is contained in:
parent
55b5b0d47d
commit
c586d542b6
10
zshrc
10
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"
|
||||
|
Loading…
Reference in New Issue
Block a user