From 24b0d9b94c2625557cbc4f50f77127fc9fcfb237 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 12 Mar 2026 12:22:12 +0500 Subject: zsh: integrate fzf-git.sh for git fuzzy commands in zsh --- .gitmodules | 3 +++ files/.zsh/fzf-git.sh | 1 + files/.zsh/rc/S91_fzf_git | 1 + 3 files changed, 5 insertions(+) create mode 160000 files/.zsh/fzf-git.sh create mode 120000 files/.zsh/rc/S91_fzf_git diff --git a/.gitmodules b/.gitmodules index 9530c7f..e38f840 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,6 +10,9 @@ [submodule "files/.zsh/grml-etc-core"] path = files/.zsh/grml-etc-core url = https://github.com/grml/grml-etc-core.git +[submodule "files/.zsh/fzf-git.sh"] + path = files/.zsh/fzf-git.sh + url = https://github.com/junegunn/fzf-git.sh.git # Mutt [submodule "mutt-colors-solarized"] path = files/.mutt/mutt-colors-solarized diff --git a/files/.zsh/fzf-git.sh b/files/.zsh/fzf-git.sh new file mode 160000 index 0000000..52e3f70 --- /dev/null +++ b/files/.zsh/fzf-git.sh @@ -0,0 +1 @@ +Subproject commit 52e3f704767f6cf1dad557220e077fbb40162349 diff --git a/files/.zsh/rc/S91_fzf_git b/files/.zsh/rc/S91_fzf_git new file mode 120000 index 0000000..0cf637b --- /dev/null +++ b/files/.zsh/rc/S91_fzf_git @@ -0,0 +1 @@ +../fzf-git.sh/fzf-git.sh \ No newline at end of file -- cgit v1.2.3