addet command not found plugin
This commit is contained in:
parent
46730e5b51
commit
ccd380db36
2 changed files with 72 additions and 0 deletions
2
.zshrc
2
.zshrc
|
@ -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=""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue