addet the plugin to load

This commit is contained in:
pika 2024-10-28 11:28:05 +01:00
parent ccd380db36
commit 2f59b17640
3 changed files with 7 additions and 0 deletions

2
.zshrc
View file

@ -155,6 +155,7 @@ _init (){
local zFzfCd="$zconf/custom/zsh-interactive-cd.plugin.zsh"
local zAgentManagement="$zconf/custom/agent.zsh"
local zCommandNotFound="$zconf/custom/command-not-found.plugin.zsh"
local zExtraction="$zconf/extract/extract.plugin.zsh"
local _pluginlist=(
"$zAutosg"
@ -164,6 +165,7 @@ _init (){
"$zFzfCd"
"$zAgentManagement"
"$zCommandNotFound"
"$zExtraction"
)
DEBUG_PLUG=""