home: zsh: verify history expansion
This helps when I absentmindedly run a command which contains exclamation points.
This commit is contained in:
parent
9f6a9d2ff7
commit
4786552e8c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue