From 14e446c7dd4a4f9ab62d7082d669edab43d50f6f Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Thu, 28 Jan 2021 14:45:51 +0100 Subject: [PATCH] Forgit as a module --- .gitmodules | 3 +++ zsh/.zshrc | 1 + zsh/modules/forgit | 1 + 3 files changed, 5 insertions(+) create mode 160000 zsh/modules/forgit diff --git a/.gitmodules b/.gitmodules index 14c7fd0..b9b9199 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "zsh/modules/zsh-syntax-highlighting"] path = zsh/modules/zsh-syntax-highlighting url = https://github.com/zsh-users/zsh-syntax-highlighting.git +[submodule "zsh/modules/forgit"] + path = zsh/modules/forgit + url = https://github.com/wfxr/forgit.git diff --git a/zsh/.zshrc b/zsh/.zshrc index cb78119..da1d63d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -33,6 +33,7 @@ if [ -f $XDG_CONFIG_HOME/fzf/fzf.zsh ]; then fi # plugins +source $ZDOTDIR/modules/forgit.plugin.zsh source $ZDOTDIR/modules/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh # theme diff --git a/zsh/modules/forgit b/zsh/modules/forgit new file mode 160000 index 0000000..c63bd2b --- /dev/null +++ b/zsh/modules/forgit @@ -0,0 +1 @@ +Subproject commit c63bd2b8d1f0fc97c5b54ee24c02e4274e1eca5f