diff options
| author | Anton Bobov <anton@bobov.name> | 2026-03-12 12:22:12 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2026-03-12 12:22:12 +0500 |
| commit | 24b0d9b94c2625557cbc4f50f77127fc9fcfb237 (patch) | |
| tree | bc111587a8940a8353956908a56f1a7884988a67 | |
| parent | 3d2a60ea9f5fb2494c8f68e7061af4429e6fb040 (diff) | |
zsh: integrate fzf-git.sh for git fuzzy commands in zsh
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | files/.zsh/fzf-git.sh | 0 | ||||
| l--------- | files/.zsh/rc/S91_fzf_git | 1 |
3 files changed, 4 insertions, 0 deletions
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 +Subproject 52e3f704767f6cf1dad557220e077fbb4016234 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 |
