Add existing functions

This commit is contained in:
Renarde-dev 2025-01-27 22:36:18 +01:00
parent 7b665b25e1
commit 7d35464246
8 changed files with 46 additions and 0 deletions

4
alias/gss.fish Normal file
View file

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