addet keychain plugins
This commit is contained in:
parent
9ded2f08c1
commit
78cd1d6422
2 changed files with 52 additions and 0 deletions
2
.zshrc
2
.zshrc
|
@ -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=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue