Add fzf zsh plugins for termux
This commit is contained in:
parent
46fae1061e
commit
18b365205d
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ zinit ice lucid atinit'zpcompinit'
|
||||||
zinit light zdharma-continuum/fast-syntax-highlighting
|
zinit light zdharma-continuum/fast-syntax-highlighting
|
||||||
|
|
||||||
# use fzf with zsh
|
# use fzf with zsh
|
||||||
|
{%@@ if distro_id == "termux" @@%}
|
||||||
|
source $PREFIX/share/fzf/key-bindings.zsh
|
||||||
|
source $PREFIX/share/fzf/completion.zsh
|
||||||
|
{%@@ else @@%}
|
||||||
source /usr/share/fzf/key-bindings.zsh
|
source /usr/share/fzf/key-bindings.zsh
|
||||||
source /usr/share/fzf/completion.zsh
|
source /usr/share/fzf/completion.zsh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue