all repos — nixfiles @ a532dd67ff224846f99390ff2bd934503f7697a0

System and user configuration, managed by nix and home-manager

zsh: leverage declarative installs instead of checking for binaries

Alan Pearce
commit

a532dd67ff224846f99390ff2bd934503f7697a0

parent

bab3b70ca4df071824998b6eca676feaab167417

1 file changed, 7 insertions(+), 0 deletions(-)

changed files
M user/settings/satoshipay.nixuser/settings/satoshipay.nix
@@ -69,6 +69,13 @@ kns = "kubens";
kx = "kubectx"; klot = "kubetail"; }; + initExtra = '' + if [[ -n $commands[helm] ]] + then + autoload _helm + compdef _helm helm + fi + ''; }; accounts.email.accounts.satoshipay = let