Remove gem directory from zsh $PATH
This commit is contained in:
parent
4a0acc5e5e
commit
4e8f5399dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue