From 2e88415a905f071d36ffe7a48b8a170b3a3d12d8 Mon Sep 17 00:00:00 2001 From: Max Bucknell Date: Sun, 1 Jan 2017 21:17:10 +0000 Subject: [PATCH] Fix more history bungles --- zsh/zshrc.symlink | 4 ---- 1 file changed, 4 deletions(-) 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