aboutsummaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
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