- [ ! -t 0 ] && return
- stty -ixon
- . ${HOME}/.profile-util
- if [[ -f ${HOME}/.profile-local ]]; then . ${HOME}/.profile-local; fi
- [ -f ~/.fzf.bash ] && source ~/.fzf.bash
- # Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
- export PATH="$PATH:$HOME/.rvm/bin"
|