add color to prompt

This commit is contained in:
Grigory Shipunov 2021-12-02 13:29:50 +01:00
parent 01a27822a3
commit 2c017845a0
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -1 +1 @@
export PS1="\[\e[1m\]\u@\h:\[\e[1;92m\]\w\[\e[1;0m\]$ "
export PS1="\[\e[1;36m\]\u@\h\[\e[1;0m\]:\[\e[1;92m\]\w\[\e[1;0m\]$ "