Skip to content

Commit

Permalink
update gem path/gem home to avoid sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
roadhouse committed Dec 9, 2014
1 parent b5baad9 commit 187c94a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion files/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ alias gmi='gem install'
bindkey -v

export CDPATH=.:~/code/
export PATH=./bin_stubs:$HOME/bin:$PATH:$HOME/.rvm/bin
export PATH=./bin_stubs:$HOME/bin:$PATH:$HOME/.rvm/bin:$HOME/.gems/bin/

export CLICOLOR="auto"
export EDITOR=vim
Expand All @@ -27,3 +27,5 @@ export HISTCONTROL=ignoredups
export HISTIGNORE="&:[bf]g:exit"
export TERM='xterm-256color'
# export GREP_COLOR="4;33"
export GEM_HOME=$HOME/.gems
export GEM_PATH=$HOME/.gems

0 comments on commit 187c94a

Please sign in to comment.