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

3 lines
52 B
Fish

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