From a5defa8aad18281ee35ac63cc7f867b98319b50f Mon Sep 17 00:00:00 2001 From: Mehdi Sadeghi Date: Wed, 26 May 2021 16:45:04 +0200 Subject: Fix? bash prompt colors. --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index 75ead8a..9b359d9 100644 --- a/.profile +++ b/.profile @@ -4,7 +4,7 @@ export LC_TIME=de_DE.UTF-8 export EDITOR=vim export TERM=xterm export HISTSIZE=65535 -export HISTCONTROL=erasedups +export HISTCONTROL=ignoreboth export PROMPT_COMMAND="history -a;history -n" export PATH=$HOME/.local/bin:$PATH -- cgit v1.2.3