dotfiles/home/dot_bash_profile
2022-12-21 00:07:52 -08:00

6 lines
113 B
Plaintext

# .bash_profile
# Get the aliases and functions
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
export PS1="\u@\h \w> "