diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/zshrc | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -14,6 +14,9 @@ if [[ -e /usr/share/zsh/manjaro-zsh-prompt ]]; then fi source ~/.config/zsh/antigen.zsh +if [[ ! -a ~/.zshrc.local ]]; then + source ~/.zshrc.local +fi antigen bundle zsh-users/zsh-syntax-highlighting antigen bundle zsh-users/zsh-history-substring-search @@ -91,9 +94,7 @@ zstyle ":completion:*:killall:*" force-list always HISTFILE=~/.zsh_history HISTSIZE=100000 SAVEHIST=100000 -#export EDITOR=/usr/bin/nano -#export VISUAL=/usr/bin/nano -WORDCHARS=${WORDCHARS//\/[&.;]} # Don"t consider certain characters part of the word +WORDCHARS=${WORDCHARS//\/[&.;]} autoload -U compinit colors zcalc compinit -d |