From be65064e05d657613d8669d440b4e930032992e2 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Sun, 19 Jan 2025 18:16:59 +0100 Subject: [PATCH] fix fzf on linux --- .chezmoitemplates/fzf-zsh_linux.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chezmoitemplates/fzf-zsh_linux.tmpl b/.chezmoitemplates/fzf-zsh_linux.tmpl index d8a0331..b93bed8 100644 --- a/.chezmoitemplates/fzf-zsh_linux.tmpl +++ b/.chezmoitemplates/fzf-zsh_linux.tmpl @@ -6,7 +6,7 @@ fi # Auto-completion # --------------- -[[ $- == *i* ]] && source "/home/{{ .chezmoi.username }}/.fzf/shell/completion.bash" 2> /dev/null +[[ $- == *i* ]] && source "/home/{{ .chezmoi.username }}/.fzf/shell/completion.zsh" 2> /dev/null # Key bindings # ------------