1
1
Fork 0

beatific: histcontrol ignore both

This commit is contained in:
Tim Van Baak 2024-01-31 17:37:25 -08:00
parent b416859153
commit 981ba9f6a5
1 changed files with 2 additions and 0 deletions

View File

@ -24,3 +24,5 @@ _RESET="\[\e[0m\]"
_SHLVL=$(printf '\$%.0s' $(seq 1 $SHLVL)) _SHLVL=$(printf '\$%.0s' $(seq 1 $SHLVL))
# Build prompt # Build prompt
export PS1="$_SET_TITLE_BAR$_DIM[\A \u@\h:$_RESET$_GREEN$_DIR$_RESET$_DIM]$_SHLVL$_RESET " export PS1="$_SET_TITLE_BAR$_DIM[\A \u@\h:$_RESET$_GREEN$_DIR$_RESET$_DIM]$_SHLVL$_RESET "
export HISTCONTROL=ignoreboth