diff options
| -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 |
