dotfiles/fish/.config/fish/functions/gs.fish

4 lines
39 B
Fish
Raw Normal View History

function gs
git status --verbose
end