diff options
author | zachir <zachir@librem.one> | 2023-08-23 02:02:51 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-08-23 02:02:51 -0500 |
commit | 6e392f8f0e99274bb6f910d8fc34e335648d1c26 (patch) | |
tree | 3e2c754739671b6414273e5a12b8005eed5f69b7 /zsh/.zshrc | |
parent | 1e6629fe0c1c95ad58bfaafea1463ea8d00caf26 (diff) |
Add zfunc completion path support
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -66,6 +66,8 @@ zle -N zle-line-init zle -N zle-keymap-select export KEYTIMEOUT=1 +fpath+="$ZDOTDIR/zfunc" + autoload -Uz compinit promptinit compinit -d $CONFIG/zcompdump promptinit |