Hacker News new | ask | show | jobs
by setopt 733 days ago
I tend to make all my git aliases into two-letter combos starting with g. So `gs` is `git status`, for example. Once in a while I actually really need GhostScript though, it’s brilliant for e.g. embedding fonts into PDF files. Usually I then go with `env gs`.
1 comments

I have `alias s='git status'` and I feel like I'm missing a finger when it's not there.