summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2019-04-07 19:25:33 +0200
committerlassulus <lassulus@lassul.us>2019-04-07 19:36:05 +0200
commit162b965b6bc98381a0e87f72eca491ff2dd2b53d (patch)
treefb5504b151cadf39999499b2fcbf3579bdb8decb
parent81879b0df8e9f1e8910013e251af81db4dd1c37b (diff)
l zsh: fix SHARE_HISTORY
-rw-r--r--lass/2configs/zsh.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/lass/2configs/zsh.nix b/lass/2configs/zsh.nix
index 76cac9f5..53106b03 100644
--- a/lass/2configs/zsh.nix
+++ b/lass/2configs/zsh.nix
@@ -28,8 +28,8 @@
}
zle -N down-line-or-local-history
- setopt share_history
- setopt hist_ignore_dups
+ setopt SHARE_HISTORY
+ setopt HIST_IGNORE_ALL_DUPS
# setopt inc_append_history
bindkey '^R' history-incremental-search-backward