dotfiles/bash/common

9 lines
249 B
Plaintext

system_name=`uname -s` # Sets 'Darwin' or 'Linux' etc
# Common functionality between Zsh and Bash
source $DOT_FILES/bash/exports
source $DOT_FILES/git/gitrc
source $DOT_FILES/bash/aliases
if [ -f ~/.rvm/bin/rvm ] ; then source ~/.rvm/bin/rvm ; fi