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

4 lines
50 B
Fish
Raw Normal View History

function gs --wraps='git status'
git status
end