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