mirror of
https://github.com/materusPL/nixos-config
synced 2026-07-02 04:36:41 +00:00
home-profile: fix completion for zsh extract
This commit is contained in:
@@ -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
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user