From 0a4d4a89efdf7c4dd422397285ea6546c405331c Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 24 Feb 2024 12:50:40 +0300 Subject: [PATCH] EXTENDED_HISTORY --- zsh/.zsh/rc/005history-cfg.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/.zsh/rc/005history-cfg.zsh b/zsh/.zsh/rc/005history-cfg.zsh index ed50aaa..aa16543 100644 --- a/zsh/.zsh/rc/005history-cfg.zsh +++ b/zsh/.zsh/rc/005history-cfg.zsh @@ -1,5 +1,5 @@ -setopt APPEND_HISTORY SHARE_HISTORY INC_APPEND_HISTORY HIST_IGNORE_ALL_DUPS -setopt HIST_IGNORE_SPACE +setopt APPEND_HISTORY SHARE_HISTORY INC_APPEND_HISTORY EXTENDED_HISTORY +setopt HIST_IGNORE_SPACE HIST_IGNORE_ALL_DUPS local history_ignore=( "dl-magnet *" "link-for-*" -- 2.44.0