addet keychain plugins

This commit is contained in:
pika 2024-10-28 10:59:26 +01:00
parent 9ded2f08c1
commit 78cd1d6422
2 changed files with 52 additions and 0 deletions

2
.zshrc
View file

@ -153,6 +153,7 @@ _init (){
local zTruecolor="$zconf/custom/256color.zsh"
local zAutopairs="$zconf/autopairs/autopair.zsh"
local zFzfCd="$zconf/custom/zsh-interactive-cd.plugin.zsh"
local zAgentManagement="$zconf/custom/agent.zsh"
local _pluginlist=(
"$zAutosg"
@ -160,6 +161,7 @@ _init (){
"$zTruecolor"
"$zAutopairs"
"$zFzfCd"
"$zAgentManagement"
)
DEBUG_PLUG=""