fish: Enable carapace with HM module

This commit is contained in:
Erwin Boskma 2024-09-23 13:49:51 +02:00
parent dd44a13c0f
commit 346d369507
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -48,7 +48,6 @@ in
};
interactiveShellInit = ''
set -Ux CARAPACE_BRIDGES 'zsh,fish,bash,inshellisense'
${pkgs.carapace}/bin/carapace _carapace | source
'';
};
@ -68,6 +67,8 @@ in
fileWidgetCommand = "${pkgs.fd}/bin/fd -type f";
};
carapace.enable = true;
direnv = {
enable = true;
nix-direnv.enable = true;