fish_functions/alias/gst.fish

5 lines
103 B
Fish
Raw Normal View History

2025-01-27 22:36:18 +01:00
function gst --wraps='git status' --description 'alias gst=git status'
git status $argv
end