From 2d7f63cff6477f67e78e40d19cf8e9ca8f94c95e Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 22 Nov 2023 23:58:52 +0200 Subject: Append history immediately --- .config/zsh/.zshenv | 1 + 1 file changed, 1 insertion(+) (limited to '.config') diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv index 663b328..2da06fb 100644 --- a/.config/zsh/.zshenv +++ b/.config/zsh/.zshenv @@ -84,6 +84,7 @@ export HIST_SAVE_NO_DUPS # Don't write duplicate entries in the history export HIST_REDUCE_BLANKS # Remove superfluous blanks before recording entry. export HIST_VERIFY # Don't execute immediately upon history expansion. export HIST_BEEP # Beep when accessing nonexistent history. +export INC_APPEND_HISTORY # Customize `ls` colours export LSCOLORS=ExGxBxDxCxEgEdxbxgxcxd -- cgit v1.2.3