mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
fzf: prefer source for Zsh integration (#7191)
fzf version 0.53.0 [1] and later now prefers using `source` for its Zsh
integration.
[1] 030428ba43
This commit is contained in:
@@ -40,7 +40,7 @@ let
|
||||
if hasShellIntegrationEmbedded then
|
||||
''
|
||||
if [[ $options[zle] = on ]]; then
|
||||
eval "$(${getExe cfg.package} --zsh)"
|
||||
source <(${getExe cfg.package} --zsh)
|
||||
fi
|
||||
''
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user