dotfiles/tilde/bashrc.bash

6 lines
157 B
Bash
Raw Normal View History

2012-10-10 14:05:57 +00:00
# https://github.com/janmoesen/tilde/blob/master/.bashrc
2012-10-22 08:32:31 +00:00
[ -n "$BASH_PROFILE_LOADED" ] && source ~/.bash_profile;
[ -n "$PS1" ] && source ~/.bash_profile;