6 lines
91 B
Fish
Executable file
6 lines
91 B
Fish
Executable file
#!/usr/bin/env fish
|
|
#
|
|
|
|
function gitst -d "git status"
|
|
git status $argv | nvimpager
|
|
end
|