diff options
author | zachir <zachir@librem.one> | 2023-08-23 02:02:51 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-10-19 09:29:01 -0500 |
commit | df7f0031d815178044e17a8fe610205b9210731d (patch) | |
tree | e2fc3bd43ddd6f3bc1287fac8d15c0a57fc3f1a8 | |
parent | af2d7cb449053c3869a952ac65e23ca5ce8a8ff0 (diff) |
Add zfunc completion path support
-rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -63,6 +63,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 |