diff --git a/home/zsh/options.zsh b/home/zsh/options.zsh index b02ca54..6187f46 100644 --- a/home/zsh/options.zsh +++ b/home/zsh/options.zsh @@ -8,5 +8,7 @@ setopt autopushd pushdminus pushdsilent setopt rcquotes # Single word commands can resume an existing job setopt autoresume +# Append commands to history as they are exectuted +setopt inc_append_history_time # Those options aren't wanted unsetopt beep extendedglob notify