This commit is contained in:
piecka 2025-04-30 10:58:12 +02:00
parent d7341f6ebe
commit 2a4530c56d
3 changed files with 7 additions and 0 deletions

4
.gitmodules vendored
View file

@ -22,3 +22,7 @@
path = .fzf
url = https://github.com/unixorn/fzf-zsh-plugin.git
branch = main
[submodule ".zsh/plugins/fzf-tab"]
path = .zsh/plugins/fzf-tab
url = https://github.com/Aloxaf/fzf-tab.git
branch = master

View file

@ -7,6 +7,7 @@ local zAgentManagement="$zplug/custom/agent.zsh"
local zCommandNotFound="$zplug/custom/command-not-found.plugin.zsh"
local zFzf="$HOME/.fzf/fzf-zsh-plugin.plugin.zsh"
local zFzfTab="$zplug/fzf-tab/fzf-tab.plugin.zsh"
local zAutosg="$zplug/autosuggestions/zsh-autosuggestions.zsh"
local zSynthl="$zplug/syntax-highlighting/zsh-syntax-highlighting.zsh"
local zAutopairs="$zplug/autopairs/autopair.zsh"
@ -18,6 +19,7 @@ local _pluginlist=(
"$zTruecolor"
"$zAutopairs"
"$zFzf"
"$zFzfTab"
"$zFzfCd"
"$zAgentManagement"
"$zCommandNotFound"

1
.zsh/plugins/fzf-tab Submodule

@ -0,0 +1 @@
Subproject commit 2abe1f2f1cbcb3d3c6b879d849d683de5688111f