beatific: histcontrol ignore both
This commit is contained in:
parent
b416859153
commit
981ba9f6a5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue