dotfiles/tilde/bashrc.bash

6 lines
157 B
Bash

# https://github.com/janmoesen/tilde/blob/master/.bashrc
[ -n "$BASH_PROFILE_LOADED" ] && source ~/.bash_profile;
[ -n "$PS1" ] && source ~/.bash_profile;