Skip to content

Commit 7bdb5f8

Browse files
authored
Merge pull request #126 from Mrid22/zsh-fix-fzf
modules/zsh:fix fzf init
2 parents 3078c37 + 91e5e4a commit 7bdb5f8

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)