Update templates from os to distro_id
This commit is contained in:
parent
31e61e3689
commit
eee41cbbcd
3 changed files with 14 additions and 14 deletions
|
@ -39,10 +39,10 @@ zinit ice lucid atinit'zpcompinit'
|
|||
zinit light zdharma-continuum/fast-syntax-highlighting
|
||||
|
||||
# use fzf with zsh
|
||||
{%@@ if os == "arch" @@%}
|
||||
{%@@ if distro_id == "arch" @@%}
|
||||
source /usr/share/fzf/key-bindings.zsh
|
||||
source /usr/share/fzf/completion.zsh
|
||||
{%@@ elif os == "ubuntu" @@%}
|
||||
{%@@ elif distro_id == "ubuntu" @@%}
|
||||
# Source from home directory since ubuntu has
|
||||
# old version of FZF in it's repositories
|
||||
source ~/Software/fzf/shell/key-bindings.zsh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue