remove ruby bins from path

This commit is contained in:
odrling 2018-09-10 12:27:05 +02:00
parent 4ac6949dfb
commit eeadb9a552

2
.zshrc
View file

@ -57,7 +57,7 @@ unsetopt beep
bindkey -e
# End of lines configured by zsh-newuser-install
export PATH="$HOME/.local/bin:$PATH:$(ruby -e 'print Gem.user_dir')/bin"
export PATH="$HOME/.local/bin:$PATH"
export EDITOR=vim
#export TERM="xterm"