addet the plugin to load

This commit is contained in:
pika 2024-10-28 11:28:05 +01:00
parent ccd380db36
commit 2f59b17640
3 changed files with 7 additions and 0 deletions

4
.gitmodules vendored
View file

@ -10,3 +10,7 @@
path = .zsh/autopairs
url = https://github.com/hlissner/zsh-autopair
branch = master
[submodule "zsh/extract"]
path = zsh/extract
url = https://github.com/le0me55i/zsh-extract
branch = master

2
.zshrc
View file

@ -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=""

1
zsh/extract Submodule

@ -0,0 +1 @@
Subproject commit ecad02d5dbd9468e0f77181c4e0786cdcd6127a9