diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-06-04 10:53:38 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-06-04 10:53:38 +0200 |
| commit | ffe92137997fc9c3578d9c055101f7ba3a02c453 (patch) | |
| tree | 3d0da75e469030e26dd3672328d08efbedaf3739 /zsh/zshrc | |
| parent | f1f19ed411d00dbd823ae7f09c9bb07f3e983177 (diff) | |
| download | dotfiles-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/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -29,6 +29,7 @@ setopt HIST_SAVE_NO_DUPS | |||
| 29 | setopt INC_APPEND_HISTORY | 29 | setopt INC_APPEND_HISTORY |
| 30 | setopt SHARE_HISTORY | 30 | setopt SHARE_HISTORY |
| 31 | setopt HIST_IGNORE_ALL_DUPS | 31 | setopt HIST_IGNORE_ALL_DUPS |
| 32 | setopt HIST_IGNORE_SPACE | ||
| 32 | 33 | ||
| 33 | source_file "$HOME/.opam/opam-init/init.zsh" | 34 | source_file "$HOME/.opam/opam-init/init.zsh" |
| 34 | 35 | ||
