home-profile: fix completion for zsh extract

This commit is contained in:
Mateusz Słodkowicz 2024-03-31 23:44:10 +02:00
parent 2a65700253
commit 62c24e24b8
Signed by: materus
SSH Key Fingerprint: SHA256:rzVduzTiiszuYfLPYD0SDZV+g8lxhpcRgpbOZA1X0Uo
1 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,8 @@ in
fi fi
if [[ -f "${extraPlugins.extract.fullPath}" ]]; then if [[ -f "${extraPlugins.extract.fullPath}" ]]; then
source "${extraPlugins.extract.fullPath}" source "${extraPlugins.extract.fullPath}"
path+="${extraPlugins.extract.path}"
fpath+="${extraPlugins.extract.path}"
fi fi
''; '';