addet command not found plugin

This commit is contained in:
pika 2024-10-28 11:14:33 +01:00
parent 46730e5b51
commit ccd380db36
2 changed files with 72 additions and 0 deletions

2
.zshrc
View file

@ -154,6 +154,7 @@ _init (){
local zAutopairs="$zconf/autopairs/autopair.zsh"
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 _pluginlist=(
"$zAutosg"
@ -162,6 +163,7 @@ _init (){
"$zAutopairs"
"$zFzfCd"
"$zAgentManagement"
"$zCommandNotFound"
)
DEBUG_PLUG=""