mirror of
https://github.com/nix-community/home-manager.git
synced 2025-04-09 18:44:14 +00:00
mcfly: Fix swapped shell names
This commit is contained in:
parent
d725df5ad8
commit
20ec3c1049
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ let
|
|||
${getExe pkgs.mcfly} init fish | source
|
||||
'' + optionalString cfg.fzf.enable ''
|
||||
if status is-interactive
|
||||
eval "$(${getExe pkgs.mcfly-fzf} init zsh)"
|
||||
eval "$(${getExe pkgs.mcfly-fzf} init fish)"
|
||||
end
|
||||
'';
|
||||
|
||||
|
@ -32,7 +32,7 @@ let
|
|||
eval "$(${getExe pkgs.mcfly} init zsh)"
|
||||
'' + optionalString cfg.fzf.enable ''
|
||||
if [[ -o interactive ]]; then
|
||||
${getExe pkgs.mcfly-fzf} init fish | source
|
||||
${getExe pkgs.mcfly-fzf} init zsh | source
|
||||
fi
|
||||
'';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue