Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
qnd:bash_configuration [2023/03/31 11:34] – mgupton | qnd:bash_configuration [2023/03/31 11:34] (current) – mgupton | ||
---|---|---|---|
Line 9: | Line 9: | ||
shopt -s histverify | shopt -s histverify | ||
# Exclude things from being saved in history | # Exclude things from being saved in history | ||
- | export HISTIGNORE=" | + | export HISTIGNORE=" |
# Prevent duplicate entries | # Prevent duplicate entries | ||
export HISTCONTROL=ignoreboth: | export HISTCONTROL=ignoreboth: |