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

4 lines
39 B
Fish
Raw Normal View History

2016-06-13 19:58:48 +00:00
function gs
git status -sb $argv;
end