~carloabelli/dotfiles

e7423d2eb18780591184bca7a9463aeca7b29452 — Carlo Abelli 1 year, 5 months ago a2ac6cd
zsh - remove ruby gems from path
1 files changed, 0 insertions(+), 3 deletions(-)

M .zprofile
M .zprofile => .zprofile +0 -3
@@ 2,6 2,3 @@
export EDITOR=nvim
export LESSHISTFILE=/dev/null
export PATH="$HOME/bin:$PATH"
if command -v ruby &>/dev/null; then
  export PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin"
fi