Forgit as a module
This commit is contained in:
parent
5d7712e388
commit
14e446c7dd
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
@ -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
|
||||
|
1
zsh/modules/forgit
Submodule
1
zsh/modules/forgit
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit c63bd2b8d1f0fc97c5b54ee24c02e4274e1eca5f
|
Loading…
Reference in New Issue
Block a user