dotfiles/fish/.config/fish/functions/gsv.fish

4 lines
63 B
Fish

function gsv --wraps='git status'
git status --verbose
end