fish: functions: Use a new alias for verbose git status

This commit is contained in:
Sanchayan Maity 2022-03-22 14:10:04 +05:30
parent 44058d6ab5
commit 81bf6122dc
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,3 @@
function gs
git status --verbose
function gs --wraps='git status'
git status
end

View File

@ -0,0 +1,3 @@
function gsv --wraps='git status'
git status --verbose
end