From 981ba9f6a5f085d9dd5eeecb21b3cddfe069f155 Mon Sep 17 00:00:00 2001 From: Tim Van Baak Date: Wed, 31 Jan 2024 17:37:25 -0800 Subject: [PATCH] beatific: histcontrol ignore both --- modules/bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/bashrc b/modules/bashrc index 376f22b..a41ee11 100644 --- a/modules/bashrc +++ b/modules/bashrc @@ -24,3 +24,5 @@ _RESET="\[\e[0m\]" _SHLVL=$(printf '\$%.0s' $(seq 1 $SHLVL)) # Build prompt export PS1="$_SET_TITLE_BAR$_DIM[\A \u@\h:$_RESET$_GREEN$_DIR$_RESET$_DIM]$_SHLVL$_RESET " + +export HISTCONTROL=ignoreboth