Shell aliases
Shell aliases are woefully underused. Painfully, I frequently see people do the following:
- Type a shell command with the same 4 arguments cd into the same folders
- ssh into the same machines or devices
- Run the same sequence of commands
Aliases are super easy. Just open your ~/.bashrc file (or …