Deferring rbenv init until we need it

since it appears to be the shell init hog.
This commit is contained in:
Dan Buch
2013-01-19 23:45:51 -05:00
parent bc0fc62b2f
commit 1bce27ce8b
3 changed files with 13 additions and 9 deletions

View File

@@ -12,6 +12,7 @@ alias ll='l -l'
alias lla='l -la'
alias p=ipython
alias psg='pgrep -fl'
alias rbi='rbenv_init'
alias s="cat $HOME/.ssh/config | grep '^Host ' | sed \"s/Host //\" | sort | uniq"
alias sS='TERM=xterm screen -Rd -S '
alias scr='TERM=xterm screen -Rd'