mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 21:29:48 +01:00
zoxide: use interactive shell init for Fish
This commit is contained in:
parent
fbba065912
commit
8b48ff169c
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ in {
|
|||
eval "$(${cfg.package}/bin/zoxide init zsh ${cfgOptions})"
|
||||
'';
|
||||
|
||||
programs.fish.shellInit = mkIf cfg.enableFishIntegration ''
|
||||
programs.fish.interactiveShellInit = mkIf cfg.enableFishIntegration ''
|
||||
${cfg.package}/bin/zoxide init fish ${cfgOptions} | source
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue