git:spull: Rename to ssync

As I rarely use git-pull(1) and instead fetch and act manually, I'd
rather have it to just sync the submodules.
This commit is contained in:
2022-05-14 16:12:23 +02:00
parent 706c55acc1
commit 3512199fce
2 changed files with 1 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
#!/usr/bin/env zsh
emulate -L zsh -o err_return
git submodule sync --recursive
git submodule update --init --recursive