7 lines
75 B
Fish
7 lines
75 B
Fish
|
#!/usr/bin/env fish
|
||
|
#
|
||
|
|
||
|
function gitst
|
||
|
git status $argv | nvimpager
|
||
|
end
|