diff options
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -56,7 +56,9 @@ zle -N zle-line-init zle -N zle-keymap-select export KEYTIMEOUT=1 -#fpath+="$XDG_CONFIG_HOME/zsh/zfunc" +fpath+="$XDG_CONFIG_HOME/zsh/functions" + +autoload -Uz anonsh autoload -Uz compinit if [[ -n ${ZDOTDIR}/.zcompdump(#qN.mh+24) ]]; then |