home: zsh: verify history expansion

This helps when I absentmindedly run a command which contains
exclamation points.
This commit is contained in:
Bruno BELANYI 2023-03-08 13:39:28 +00:00
parent 9f6a9d2ff7
commit 4786552e8c

View file

@ -8,6 +8,8 @@ setopt autopushd pushdminus pushdsilent
setopt rcquotes
# Single word commands can resume an existing job
setopt autoresume
# Show history expansion before running a command
setopt hist_verify
# Append commands to history as they are exectuted
setopt inc_append_history_time
# Remove useless whitespace from commands