diff --git a/.config/git/config b/.config/git/config index 42a1650..b25a20e 100644 --- a/.config/git/config +++ b/.config/git/config @@ -7,7 +7,7 @@ fixes = log -1 --pretty=fixes root = rev-parse --show-toplevel signoff = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/zsh/autoload/git/git-signoff\"" - spull = "!git pull \"$@\" && git submodule sync --recursive && git submodule update --init --recursive;" + spull = "!__git_spull() { git pull \"$@\" && git submodule sync --recursive && git submodule update --init --recursive; }; __git_spull" track = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/zsh/autoload/git/git-track\"" [blame] date = short