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

4 lines
61 B
Fish
Raw Normal View History

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