We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3078c37 + 91e5e4a commit 7bdb5f8Copy full SHA for 7bdb5f8
modules/zsh/module.nix
@@ -208,7 +208,7 @@ in
208
'')
209
210
"# Integrations"
211
- (lib.optionalString ing.fzf.enable "eval $(fzf --zsh)")
+ (lib.optionalString ing.fzf.enable "source <(fzf --zsh)")
212
(lib.optionalString ing.atuin.enable ''eval "$(atuin init zsh)"'')
213
(lib.optionalString ing.oh-my-posh.enable ''eval "$(oh-my-posh init zsh)"'')
214
(lib.optionalString ing.zoxide.enable ''eval "$(zoxide init zsh ${zoxide-flags})"'')
0 commit comments