dotfiles/fish/functions/gst.fish

4 lines
37 B
Fish
Executable File

function gst
git status $argv;
end