mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 00:13:55 -05:00
made bash prompt blue
This commit is contained in:
parent
7324cfeadc
commit
6c70eb77e4
|
@ -35,7 +35,7 @@
|
|||
};
|
||||
initExtra =
|
||||
''
|
||||
export PS1='[\u@\H:\w]\$ '
|
||||
export PS1='\e[0;34m[\u@\H:\w]\$\e[m '
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue