Fzf: Difference between revisions

Unabomberlive (talk | contribs)
Home-manager integrations
m zsh article typo fix
 
Line 25: Line 25:
</syntaxhighlight>
</syntaxhighlight>
=== Without Home-manager ===
=== Without Home-manager ===
To enable fzf in bash add the following line to  
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)"