fish_functions/alias/gst.fish

4 lines
103 B
Fish

function gst --wraps='git status' --description 'alias gst=git status'
git status $argv
end