Revert "Revert "made bash prompt blue""

This reverts commit 4250f72f6e.
This commit is contained in:
Aly Raffauf 2024-03-02 20:08:18 -05:00
parent 87f66692b4
commit 34662d9738

View file

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