aboutsummaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-01-02 23:26:18 +0100
committerThomas Schmucker <ts@its1.de>2026-01-02 23:26:18 +0100
commit032eb4872661cfd40cc8d867500f6cd2ac6a013b (patch)
tree5a981c4327125cd282f8fc3e24bade335236fab2 /zsh/zshrc
parenta599969f7a9276776931875532c90af881f2a292 (diff)
downloaddotfiles-032eb4872661cfd40cc8d867500f6cd2ac6a013b.tar.gz
dotfiles-032eb4872661cfd40cc8d867500f6cd2ac6a013b.tar.bz2
dotfiles-032eb4872661cfd40cc8d867500f6cd2ac6a013b.zip
weitere Verbesserungen
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 7845c40..19b1cb7 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -4,6 +4,9 @@
4setopt AUTO_PARAM_SLASH 4setopt AUTO_PARAM_SLASH
5unsetopt CASE_GLOB 5unsetopt CASE_GLOB
6setopt HIST_SAVE_NO_DUPS 6setopt HIST_SAVE_NO_DUPS
7setopt INC_APPEND_HISTORY
8setopt SHARE_HISTORY
9setopt 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