bash: Colorize prompt.

master
Pierre Neidhardt 2020-05-23 16:57:20 +02:00
parent 1eed4cedda
commit a55368c352
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ then
PS1='[\u@\h \w] \D{%F %T}\n[env]\$ '
else
# PS1='\u@\h \w \$ '
PS1='[\u@\h \w] \D{%F %T}\n\$ '
PS1='\e[1;32m[\w] \D{%F %T}\e[m\n\$ '
fi
mkcd(){