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

4 lines
52 B
Fish

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