shell: add alias for git sub-commands

This commit is contained in:
Nico 2025-07-01 00:03:34 +10:00
parent 5618b31e9f
commit 08e9c508e6
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0
6 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,4 @@
function gs --wraps='git status' --description 'alias gs=git status'
git status $argv
end