diff options
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 |
