diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-01-02 23:26:18 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-01-02 23:26:18 +0100 |
| commit | 032eb4872661cfd40cc8d867500f6cd2ac6a013b (patch) | |
| tree | 5a981c4327125cd282f8fc3e24bade335236fab2 /zsh/zshrc | |
| parent | a599969f7a9276776931875532c90af881f2a292 (diff) | |
| download | dotfiles-032eb4872661cfd40cc8d867500f6cd2ac6a013b.tar.gz dotfiles-032eb4872661cfd40cc8d867500f6cd2ac6a013b.tar.bz2 dotfiles-032eb4872661cfd40cc8d867500f6cd2ac6a013b.zip | |
weitere Verbesserungen
Diffstat (limited to 'zsh/zshrc')
| -rw-r--r-- | zsh/zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -4,6 +4,9 @@ | |||
| 4 | setopt AUTO_PARAM_SLASH | 4 | setopt AUTO_PARAM_SLASH |
| 5 | unsetopt CASE_GLOB | 5 | unsetopt CASE_GLOB |
| 6 | setopt HIST_SAVE_NO_DUPS | 6 | setopt HIST_SAVE_NO_DUPS |
| 7 | setopt INC_APPEND_HISTORY | ||
| 8 | setopt SHARE_HISTORY | ||
| 9 | setopt HIST_IGNORE_ALL_DUPS | ||
| 7 | 10 | ||
| 8 | [[ ! -r /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ]] || source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | 11 | [[ ! -r /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh ]] || source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh |
| 9 | [[ ! -r /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh ]] || source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh | 12 | [[ ! -r /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh ]] || source /usr/local/share/zsh-autosuggestions/zsh-autosuggestions.zsh |
