Fix debian fzf zsh plugin

main
Marko Korhonen 7 months ago
parent 49f03b0e06
commit 1ae405e85d
No known key found for this signature in database
GPG Key ID: A7F78BCB859CD890

@ -42,6 +42,9 @@ zinit light zdharma-continuum/fast-syntax-highlighting
{%@@ if distro_id == "termux" @@%}
source $PREFIX/share/fzf/key-bindings.zsh
source $PREFIX/share/fzf/completion.zsh
{%@@ elif distro_id == "debian" @@%}
source /usr/share/doc/fzf/examples/key-bindings.zsh
source /usr/share/doc/fzf/examples/completion.zsh
{%@@ else @@%}
source /usr/share/fzf/key-bindings.zsh
source /usr/share/fzf/completion.zsh

Loading…
Cancel
Save