fix fzf on linux

This commit is contained in:
Simon Rieger 2025-01-19 18:16:59 +01:00
parent b99f426e72
commit be65064e05

View file

@ -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
# ------------