1
0
mirror of https://github.com/pgrondek/config.git synced 2024-11-25 21:25:39 +00:00

[bash] fix propt on work computer

This commit is contained in:
Przemyslaw Grondek 2019-07-01 08:56:51 +02:00
parent 21cc53222f
commit 4a1270b17a

2
bashrc
View File

@ -66,7 +66,7 @@ if [ "$color_prompt" = yes ]; then
PS1="${PS1}\[\033[34m\]\h" PS1="${PS1}\[\033[34m\]\h"
fi fi
if [ -f $WORK_FLAG_FILE ]; then if [ -f $WORK_FLAG_FILE ]; then
PS1='${PS1}\[\033[33m\]\h' PS1="${PS1}\[\033[33m\]\h"
else else
PS1="${PS1}\[\033[32m\]\h" PS1="${PS1}\[\033[32m\]\h"
fi fi