fish: Enable carapace with HM module
This commit is contained in:
parent
dd44a13c0f
commit
346d369507
1 changed files with 2 additions and 1 deletions
|
@ -48,7 +48,6 @@ in
|
||||||
};
|
};
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
set -Ux CARAPACE_BRIDGES 'zsh,fish,bash,inshellisense'
|
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";
|
fileWidgetCommand = "${pkgs.fd}/bin/fd -type f";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
carapace.enable = true;
|
||||||
|
|
||||||
direnv = {
|
direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue