From 7a66379f19e349f80fb42dc612a244ab7a5e65e6 Mon Sep 17 00:00:00 2001 From: binaryDiv Date: Fri, 1 Mar 2019 15:34:22 +0100 Subject: [PATCH] .bashrc: HISTCONTROL=ignoreboth --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index d3613b0..35883c6 100644 --- a/.bashrc +++ b/.bashrc @@ -8,7 +8,7 @@ # Bash settings set -o noclobber shopt -s checkwinsize -export HISTCONTROL=ignorespace +export HISTCONTROL=ignoreboth export PROMPT_DIRTRIM=3 # Color output and default options