From b451fe22e6e9f6a46bb620f6f2c4ecbb771736fa Mon Sep 17 00:00:00 2001 From: Valentin Gehrke Date: Tue, 23 Jan 2018 14:56:20 +0100 Subject: [PATCH] Reduce bash prompt ...as bash doesn't handle color very well --- bash/.bashrc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/bash/.bashrc b/bash/.bashrc index 4c6a5e2..c8a4f4f 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -1,8 +1,3 @@ export EDITOR=vim -RED="\e[31m" -YELLOW="\e[33m" -GREEN="\e[32m" -RESET="\e[0m" - -export PS1="$RED\u$YELLOW@$GREEN\h$YELLOW \w > $RESET" +export PS1="\u \w >"