4 lines
97 B
Fish
4 lines
97 B
Fish
# Git status shortcut
|
|
function gs --description "Git status (shortcut)"
|
|
git status $argv
|
|
end
|