diff --git a/zsh/zshrc.symlink b/zsh/zshrc.symlink index 592cd3d..3fb579c 100644 --- a/zsh/zshrc.symlink +++ b/zsh/zshrc.symlink @@ -197,7 +197,6 @@ zle -N zle-keymap-select unset zle_bracketed_paste - ## Changing Directories # 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. 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. # # This option enforces correct behaviour, but can be slower. We'll try