summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index b70b3d4..d6e7718 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -58,6 +58,8 @@ export KEYTIMEOUT=1
fpath+="$XDG_CONFIG_HOME/zsh/functions"
+autoload -Uz anonsh
+
autoload -Uz compinit
if [[ -n ${ZDOTDIR}/.zcompdump(#qN.mh+24) ]]; then
compinit
@@ -118,5 +120,6 @@ bindkey -M vicmd "k" history-substring-search-up
bindkey -M vicmd "j" history-substring-search-down
#source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
-zinit light zsh-users/zsh-syntax-highlighting
+zinit light 'zsh-users/zsh-syntax-highlighting'
+zinit ice wait atload'_history_substring_search_config'
#zprof