From 15ad845a397742ec389209f9f08438679ec54ea7 Mon Sep 17 00:00:00 2001 From: piecka Date: Wed, 30 Apr 2025 15:44:35 +0200 Subject: [PATCH] wip --- .zsh/.plugins.zsh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zsh/.plugins.zsh b/.zsh/.plugins.zsh index dc239c6..5ff4d92 100644 --- a/.zsh/.plugins.zsh +++ b/.zsh/.plugins.zsh @@ -35,3 +35,9 @@ for zPlug in "${_pluginlist[@]}"; do DEBUG_PLUG="$DEBUG_PLUG plugin $zPlug loadet." done + +if [ -e "$zFzfTab" ]; then + autoload -U compinit + compinit + source "$zFzfTab" +fi