From a9230b0c282cb775221196264265909d9ac58041 Mon Sep 17 00:00:00 2001 From: pvincent Date: Wed, 13 Nov 2019 16:19:31 +0400 Subject: [PATCH] color_options --- bash.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash.bashrc b/bash.bashrc index 5ae9968..6d264be 100644 --- a/bash.bashrc +++ b/bash.bashrc @@ -27,7 +27,7 @@ shopt -s checkwinsize case "$TERM" in xterm-color|*-256color) color_prompt=yes - export COLOR_OPTIONS='--color=auto' + export COLOR_OPTIONS=' --color=auto' ;; esac