fix
This commit is contained in:
parent
bd6795f4bd
commit
f993274068
1 changed files with 4 additions and 3 deletions
|
@ -14,6 +14,9 @@ if [[ -e /usr/share/zsh/manjaro-zsh-prompt ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
source ~/.config/zsh/antigen.zsh
|
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-syntax-highlighting
|
||||||
antigen bundle zsh-users/zsh-history-substring-search
|
antigen bundle zsh-users/zsh-history-substring-search
|
||||||
|
@ -91,9 +94,7 @@ zstyle ":completion:*:killall:*" force-list always
|
||||||
HISTFILE=~/.zsh_history
|
HISTFILE=~/.zsh_history
|
||||||
HISTSIZE=100000
|
HISTSIZE=100000
|
||||||
SAVEHIST=100000
|
SAVEHIST=100000
|
||||||
#export EDITOR=/usr/bin/nano
|
WORDCHARS=${WORDCHARS//\/[&.;]}
|
||||||
#export VISUAL=/usr/bin/nano
|
|
||||||
WORDCHARS=${WORDCHARS//\/[&.;]} # Don"t consider certain characters part of the word
|
|
||||||
|
|
||||||
autoload -U compinit colors zcalc
|
autoload -U compinit colors zcalc
|
||||||
compinit -d
|
compinit -d
|
||||||
|
|
Loading…
Reference in a new issue