made bash prompt blue

This commit is contained in:
Aly Raffauf 2024-03-02 19:12:03 -05:00
parent 7324cfeadc
commit 6c70eb77e4

View file

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