addet the plugin to load
This commit is contained in:
parent
ccd380db36
commit
2f59b17640
3 changed files with 7 additions and 0 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -10,3 +10,7 @@
|
||||||
path = .zsh/autopairs
|
path = .zsh/autopairs
|
||||||
url = https://github.com/hlissner/zsh-autopair
|
url = https://github.com/hlissner/zsh-autopair
|
||||||
branch = master
|
branch = master
|
||||||
|
[submodule "zsh/extract"]
|
||||||
|
path = zsh/extract
|
||||||
|
url = https://github.com/le0me55i/zsh-extract
|
||||||
|
branch = master
|
||||||
|
|
2
.zshrc
2
.zshrc
|
@ -155,6 +155,7 @@ _init (){
|
||||||
local zFzfCd="$zconf/custom/zsh-interactive-cd.plugin.zsh"
|
local zFzfCd="$zconf/custom/zsh-interactive-cd.plugin.zsh"
|
||||||
local zAgentManagement="$zconf/custom/agent.zsh"
|
local zAgentManagement="$zconf/custom/agent.zsh"
|
||||||
local zCommandNotFound="$zconf/custom/command-not-found.plugin.zsh"
|
local zCommandNotFound="$zconf/custom/command-not-found.plugin.zsh"
|
||||||
|
local zExtraction="$zconf/extract/extract.plugin.zsh"
|
||||||
|
|
||||||
local _pluginlist=(
|
local _pluginlist=(
|
||||||
"$zAutosg"
|
"$zAutosg"
|
||||||
|
@ -164,6 +165,7 @@ _init (){
|
||||||
"$zFzfCd"
|
"$zFzfCd"
|
||||||
"$zAgentManagement"
|
"$zAgentManagement"
|
||||||
"$zCommandNotFound"
|
"$zCommandNotFound"
|
||||||
|
"$zExtraction"
|
||||||
)
|
)
|
||||||
|
|
||||||
DEBUG_PLUG=""
|
DEBUG_PLUG=""
|
||||||
|
|
1
zsh/extract
Submodule
1
zsh/extract
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit ecad02d5dbd9468e0f77181c4e0786cdcd6127a9
|
Loading…
Add table
Add a link
Reference in a new issue