Skip to content

Commit 91e5e4a

Browse files
author
Mrid22
committed
modules/zsh:fix fzf init
1 parent 3c61eca commit 91e5e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/zsh/module.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ in
208208
'')
209209

210210
"# Integrations"
211-
(lib.optionalString ing.fzf.enable "eval $(fzf --zsh)")
211+
(lib.optionalString ing.fzf.enable "source <(fzf --zsh)")
212212
(lib.optionalString ing.atuin.enable ''eval "$(atuin init zsh)"'')
213213
(lib.optionalString ing.oh-my-posh.enable ''eval "$(oh-my-posh init zsh)"'')
214214
(lib.optionalString ing.zoxide.enable ''eval "$(zoxide init zsh ${zoxide-flags})"'')

0 commit comments

Comments
 (0)