From 61de98bcd001788a5098ce9d69fa53f8e97fe1cf Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 18 Dec 2023 16:54:24 +0300 Subject: [PATCH] zsh disable history share --- home/user/.config/zsh/history | 1 - 1 file changed, 1 deletion(-) diff --git a/home/user/.config/zsh/history b/home/user/.config/zsh/history index 03d4695..ac2a0fb 100644 --- a/home/user/.config/zsh/history +++ b/home/user/.config/zsh/history @@ -9,7 +9,6 @@ setopt hist_expire_dups_first # delete duplicates first when HISTFILE size excee setopt hist_ignore_dups # ignore duplicated commands history list setopt hist_ignore_space # ignore commands that start with space setopt hist_verify # show command with history expansion to user before running it -setopt share_history # share command history data export HISTORY_IGNORE='(cd|c|q|exit|l[sal.]|[bf]g#( *)#|..|lsl|ll[a.]|cd ..)'