summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
author2024-07-17 13:42:15 +0300
committer2024-07-17 13:42:15 +0300
commitf993274068ecddcffe8cfdc5a140a26cd9ce6e89 (patch)
tree6abde525b85de812840b3e49b628429eab055e96 /zsh
parentrm compilled (diff)
downloaddotfiles-f993274068ecddcffe8cfdc5a140a26cd9ce6e89.tar.gz
dotfiles-f993274068ecddcffe8cfdc5a140a26cd9ce6e89.tar.bz2
dotfiles-f993274068ecddcffe8cfdc5a140a26cd9ce6e89.tar.xz
dotfiles-f993274068ecddcffe8cfdc5a140a26cd9ce6e89.zip
fix
Diffstat (limited to '')
-rw-r--r--zsh/zshrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index ad5e7c5..5925062 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -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