1
0
Fork 0

Remove gem directory from zsh $PATH

This commit is contained in:
Jeremy Kaplan 2017-11-12 20:56:41 -08:00
commit 4e8f5399dd

View file

@ -1,4 +1,4 @@
export PATH=$HOME/bin:$HOME/.local/bin:$(ruby -rubygems -e "puts Gem.user_dir")/bin:$PATH export PATH=$HOME/bin:$HOME/.local/bin:$PATH
export EDITOR='emacs' export EDITOR='emacs'
export VISUAL=$EDITOR export VISUAL=$EDITOR