home-profile: fix completion for zsh extract
This commit is contained in:
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
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in New Issue