This verbosity makes me happy
Today I learned how to create aliases in PowerShell. I’m switching from Mac to Windows, and I want the terminal in VS Code to do what I want. No terminal will work for me until it interprets gs as git status. I type that compulsively. In bash, setting that up looks like this: alias gs=’git …