miscellaneous updates

This commit is contained in:
Nick Nisi
2015-02-19 08:37:22 -06:00
parent 876672843b
commit 5c0d1fdf4f
7 changed files with 55 additions and 12 deletions

View File

@@ -39,6 +39,8 @@ fi
[ -z "$TMUX" ] && export TERM=xterm-256color
# install rbenv
if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi
if [[ -d ~/.rvm ]]; then
PATH=$HOME/.rvm/bin:$PATH # Add RVM to PATH for scripting