From 62c24e24b841e47faec1a5eb34f86eaff5171ccf Mon Sep 17 00:00:00 2001 From: materus Date: Sun, 31 Mar 2024 23:44:10 +0200 Subject: [PATCH] home-profile: fix completion for zsh extract --- configurations/profile/home/shell/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configurations/profile/home/shell/zsh.nix b/configurations/profile/home/shell/zsh.nix index 90832d3..af2ec3a 100644 --- a/configurations/profile/home/shell/zsh.nix +++ b/configurations/profile/home/shell/zsh.nix @@ -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 '';