aboutsummaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-06-04 10:53:38 +0200
committerThomas Schmucker <ts@its1.de>2026-06-04 10:53:38 +0200
commitffe92137997fc9c3578d9c055101f7ba3a02c453 (patch)
tree3d0da75e469030e26dd3672328d08efbedaf3739 /zsh/zshrc
parentf1f19ed411d00dbd823ae7f09c9bb07f3e983177 (diff)
downloaddotfiles-ffe92137997fc9c3578d9c055101f7ba3a02c453.tar.gz
dotfiles-ffe92137997fc9c3578d9c055101f7ba3a02c453.tar.bz2
dotfiles-ffe92137997fc9c3578d9c055101f7ba3a02c453.zip
zsh: Speichere keine Befehle mit führenden Leerzeichen in der History
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 7d8a754..24f1ff0 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -29,6 +29,7 @@ setopt HIST_SAVE_NO_DUPS
29setopt INC_APPEND_HISTORY 29setopt INC_APPEND_HISTORY
30setopt SHARE_HISTORY 30setopt SHARE_HISTORY
31setopt HIST_IGNORE_ALL_DUPS 31setopt HIST_IGNORE_ALL_DUPS
32setopt HIST_IGNORE_SPACE
32 33
33source_file "$HOME/.opam/opam-init/init.zsh" 34source_file "$HOME/.opam/opam-init/init.zsh"
34 35