Add HIST_IGNORE_SPACE
This commit is contained in:
@@ -71,6 +71,7 @@ SAVEHIST=$HISTSIZE
|
|||||||
setopt BANG_HIST # Treat the '!' character specially during expansion.
|
setopt BANG_HIST # Treat the '!' character specially during expansion.
|
||||||
setopt HIST_BEEP # Beep when accessing nonexistent history.
|
setopt HIST_BEEP # Beep when accessing nonexistent history.
|
||||||
setopt HIST_LEX_WORDS # parse quotes when parsing history
|
setopt HIST_LEX_WORDS # parse quotes when parsing history
|
||||||
|
setopt HIST_IGNORE_SPACE # dont save commands starting with space
|
||||||
|
|
||||||
# set GPG_TTY
|
# set GPG_TTY
|
||||||
if [ "$GPG_TTY" = "" ]; then
|
if [ "$GPG_TTY" = "" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user