addet the plugin to load
This commit is contained in:
parent
ccd380db36
commit
2f59b17640
3 changed files with 7 additions and 0 deletions
2
.zshrc
2
.zshrc
|
@ -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=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue