diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-11-22 23:58:52 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-11-22 23:58:52 +0200 |
| commit | 2d7f63cff6477f67e78e40d19cf8e9ca8f94c95e (patch) | |
| tree | 3fc36f43b373c0802b75c82a1352e0f3e9c7e616 /.config/zsh | |
| parent | d745a76c7192085ac1b7b4f7e34b75dfefa81102 (diff) | |
| download | dotfiles-2d7f63cff6477f67e78e40d19cf8e9ca8f94c95e.tar.gz dotfiles-2d7f63cff6477f67e78e40d19cf8e9ca8f94c95e.zip | |
Append history immediately
Diffstat (limited to '.config/zsh')
| -rw-r--r-- | .config/zsh/.zshenv | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
