Fzf: Difference between revisions
Home-manager integrations |
Barsikus007 (talk | contribs) m zsh article typo fix |
||
Line 25: | Line 25: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=== Without Home-manager === | === Without Home-manager === | ||
To enable fzf in | To enable fzf in zsh add the following line to <code>$HOME/.zshrc</code> | ||
<code>$HOME/.zshrc</code> | |||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
eval "$(fzf --zsh)" | eval "$(fzf --zsh)" |