1
0
Fork 0

Working with erb and Ruby gems

This commit is contained in:
Jeremy Kaplan 2017-03-11 17:01:38 -05:00
commit 12c9568de2
2 changed files with 2 additions and 1 deletions

View file

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