From 5aba88e0be4503e6fb060bacb10e758efd3e01cd Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Fri, 3 May 2019 11:17:26 +0200 Subject: [PATCH] Fix bug --- bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index 34a6e16..8e15257 100644 --- a/bashrc +++ b/bashrc @@ -58,9 +58,9 @@ fi if [ "$color_prompt" = yes ]; then if [[ -n "$SSH_CLIENT" ]] || [[ -n "$SSH2_CLIENT" ]]; then - color="\033[1;35m" - else color="\033[1;32m" + else + color="\033[1;35m" fi PS1="${color}╭── \u\033[33m::\033[34m\w\033[0m\n${color}╰▶ \033[0m" else