home-profile: fix completion for zsh extract

This commit is contained in:
2024-03-31 23:44:10 +02:00
parent 2a65700253
commit 62c24e24b8
@@ -106,6 +106,8 @@ in
fi
if [[ -f "${extraPlugins.extract.fullPath}" ]]; then
source "${extraPlugins.extract.fullPath}"
path+="${extraPlugins.extract.path}"
fpath+="${extraPlugins.extract.path}"
fi
'';