fish: functions: Use a new alias for verbose git status
This commit is contained in:
parent
44058d6ab5
commit
81bf6122dc
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
function gs
|
||||
git status --verbose
|
||||
function gs --wraps='git status'
|
||||
git status
|
||||
end
|
||||
|
|
3
fish/.config/fish/functions/gsv.fish
Normal file
3
fish/.config/fish/functions/gsv.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function gsv --wraps='git status'
|
||||
git status --verbose
|
||||
end
|
Loading…
Reference in a new issue