This commit is contained in:
Alexander 2024-07-17 13:42:15 +03:00
parent bd6795f4bd
commit f993274068
No known key found for this signature in database
GPG key ID: D86E384919C1B9F0

View file

@ -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