dotfiles/home/dot_bash_profile

6 lines
113 B
Plaintext
Raw Normal View History

2022-12-21 00:07:52 -08:00
# .bash_profile
# Get the aliases and functions
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
export PS1="\u@\h \w> "