mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-10-30 09:20:30 +00:00
Fix debian fzf zsh plugin
This commit is contained in:
parent
49f03b0e06
commit
1ae405e85d
@ -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…
Reference in New Issue
Block a user