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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
52 B
Fish
Raw Normal View History

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