add gits as shortcut for git status

This commit is contained in:
Rico Ullmann 2019-01-19 20:01:00 +01:00
parent f59178d111
commit 8878b06bdd
Signed by: rullmann
GPG Key ID: 1C6E8C577C878C6F
1 changed files with 3 additions and 0 deletions

3
functions/gits.fish Normal file
View File

@ -0,0 +1,3 @@
function gits --description 'git status'
command git status
end