From fafed4acca96a2e0296fd7f5ccdb846b3e67680c Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sat, 6 Jul 2024 19:12:37 +0200 Subject: [PATCH] Fix fzf on Linux hosts. --- config/zsh/.zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/zsh/.zshrc b/config/zsh/.zshrc index c02212c..a0a3315 100644 --- a/config/zsh/.zshrc +++ b/config/zsh/.zshrc @@ -21,8 +21,9 @@ path=(~/.local/bin "$path[@]") # source configuration source $ZDOTDIR/aliases.zsh source $ZDOTDIR/cleanhome.zsh -source $ZDOTDIR/fzf.zsh source $ZDOTDIR/keys.zsh +## it has to be last +source $ZDOTDIR/fzf.zsh # source modules source ~/.local/git/zsh_modules/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh