1
0
Fork 0

bashrc: update HISTIGNORE

This commit is contained in:
Pratham Patel 2024-01-09 17:18:18 +05:30
parent 45c3748d68
commit a967d06e89
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ shopt -s globstar
shopt -s histappend
HISTCONTROL='ignorespace:ignoredups:erasedups'
HISTFILESIZE=100000
HISTIGNORE="clear:history:exit:date:* --help:* -help:* -h:whoami:ls:lah:lo"
HISTIGNORE="clear:history*:exit:date:* --help:* -help:* -h:whoami:ls:lah:lo"
HISTSIZE=10000
function path_add() {