I use this zsh function and define my git alias in my git config.
# No arguments: `git status`
# With arguments: acts like `git`
function g() {
if [[ $# > 0 ]]; then
git $@
else
git st
fi
}
# Complete g like git
compdef g=git
Location: Seattle Area
Remote: Yes
Willing to relocate: No
Technologies: Linux, NixOS, Python, Docker, iOS, Networking.
Résumé/CV: Available upon request.
Email: admin [at] psophis.com
Looking for a mid level devops position somewhere in the Seattle area. Currently working as a Network/Linux Admin and sole developer at a local small school district.