4 lines
127 B
Bash
4 lines
127 B
Bash
# ~/.bash_profile: executed by bash for login shells.
|
|
# Source .profile to avoid duplication
|
|
[ -f ~/.profile ] && . ~/.profile
|