diff --git a/.gitmodules b/.gitmodules index 1ddfa68..ded58b3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/.zshrc b/.zshrc index fa31720..c68285a 100644 --- a/.zshrc +++ b/.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="" diff --git a/zsh/extract b/zsh/extract new file mode 160000 index 0000000..ecad02d --- /dev/null +++ b/zsh/extract @@ -0,0 +1 @@ +Subproject commit ecad02d5dbd9468e0f77181c4e0786cdcd6127a9