Fix more history bungles

This commit is contained in:
Max Bucknell 2017-01-01 21:17:10 +00:00
parent be8aa30ab4
commit 2e88415a90

View file

@ -197,7 +197,6 @@ zle -N zle-keymap-select
unset zle_bracketed_paste unset zle_bracketed_paste
## Changing Directories ## Changing Directories
# If a command cannot be executed, try cd. # If a command cannot be executed, try cd.
@ -255,9 +254,6 @@ setopt append_history
# because I don't see why I wouldn't want more information. # because I don't see why I wouldn't want more information.
setopt extended_history setopt extended_history
# Ignore all duplicate commands in the history.
setopt hist_ignore_all_dups
# Apparently, there is a bug in the way Z Shell handles words. # Apparently, there is a bug in the way Z Shell handles words.
# #
# This option enforces correct behaviour, but can be slower. We'll try # This option enforces correct behaviour, but can be slower. We'll try