bashrc 289 B

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