mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
# .bash_profile
|
|
|
|
# Get the aliases and functions
|
|
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
|
|
export PS1="\u@\h \w> "
|