Revert "made bash prompt blue"

This reverts commit 6c70eb77e4.
This commit is contained in:
Aly Raffauf 2024-03-02 20:02:32 -05:00
parent dc6898d9da
commit 4250f72f6e

View file

@ -35,7 +35,7 @@
}; };
initExtra = initExtra =
'' ''
export PS1='\e[0;34m[\u@\H:\w]\$\e[m ' export PS1='[\u@\H:\w]\$ '
''; '';
}; };