From 4a1270b17a6b5306aa7b6c50dff5786c1cbb939f Mon Sep 17 00:00:00 2001 From: Przemyslaw Grondek Date: Mon, 1 Jul 2019 08:56:51 +0200 Subject: [PATCH] [bash] fix propt on work computer --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 3c434f4..de0b2d5 100644 --- a/bashrc +++ b/bashrc @@ -66,7 +66,7 @@ if [ "$color_prompt" = yes ]; then PS1="${PS1}\[\033[34m\]\h" fi if [ -f $WORK_FLAG_FILE ]; then - PS1='${PS1}\[\033[33m\]\h' + PS1="${PS1}\[\033[33m\]\h" else PS1="${PS1}\[\033[32m\]\h" fi