mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01: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:
parent
5adc1a51a2
commit
cb809ec1ff
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue