bashrc: New pink and purple $PS1 👀

Removed redundant $PS1 from .profile.mac
This commit is contained in:
Andrea Rogers 2024-09-28 12:18:10 -05:00
commit 06ff5311bd
2 changed files with 13 additions and 2 deletions

View file

@ -4,8 +4,6 @@ export PATH="$HOME/Library/Python/3.11/bin:$HOME/perl5/bin:$HOME/.local/bin:$HOM
# Finished adapting your PATH environment variable for use with MacPorts.
#[%MACPORTS%]#
PS1='\h:\W \u\$ '
[ $(uname) == 'Darwin' ] &&
command -v port >/dev/null &&
command -v uname >/dev/null