diff options
| author | fennomaani <160141733+fennomaani@users.noreply.github.com> | 2024-05-11 15:35:28 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-11 12:35:28 +0000 |
| commit | b545443993b1fed2665a9359033ccd2fea5efb8f (patch) | |
| tree | 15a1e87535f77fd1a55fbd61d08b4cbd5310316e /.config/zsh | |
| parent | cf4a12acb3a70951fd59d67e0738bf3ab2d1045c (diff) | |
| download | eibhear-b545443993b1fed2665a9359033ccd2fea5efb8f.tar.gz eibhear-b545443993b1fed2665a9359033ccd2fea5efb8f.tar.zst eibhear-b545443993b1fed2665a9359033ccd2fea5efb8f.zip | |
Save command to history before it is executed (#1409)
Diffstat (limited to '.config/zsh')
| -rw-r--r-- | .config/zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index c46f51d..8af5d13 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -11,6 +11,7 @@ setopt interactive_comments HISTSIZE=10000000 SAVEHIST=10000000 HISTFILE="${XDG_CACHE_HOME:-$HOME/.cache}/zsh/history" +setopt inc_append_history # Load aliases and shortcuts if existent. [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc" ] && source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/shortcutrc" |
