From 8448d1049b564e2329ba1473970a1cd9e9ed7d9b Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Tue, 11 May 2021 15:17:44 +0200 Subject: [PATCH] New settings for history. --- zsh/.zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 30c72b5..c91c2f8 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -8,8 +8,7 @@ export HISTFILE=$XDG_DATA_HOME/zsh/history setopt HIST_IGNORE_ALL_DUPS setopt HIST_SAVE_NO_DUPS setopt HIST_REDUCE_BLANKS -setopt INC_APPEND_HISTORY_TIME -setopt EXTENDED_HISTORY +setopt SHARE_HISTORY export LESSHISTFILE='/dev/null'