mirror of
https://github.com/materusPL/nixos-config
synced 2025-06-28 19:14:25 +02:00
home-profile: fix completion for zsh extract
This commit is contained in:
parent
2a65700253
commit
62c24e24b8
@ -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
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user