You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
339 B
Bash

11 years ago
# Load the functions, aliases, function etc.
for file in ~/.{exports,aliases,functions}; do
[ -r "$file" ] && source "$file"
done
unset file
11 years ago
eval "$(tmuxifier init -)"
# rvm TODO use rbenv in the future
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
11 years ago
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting