Over the years, I have automated a few aspects of my development workflow. That includes carefully crafted .vimrc for my coding, bash aliases for commands I repeatedly use and other improvements / customization optimize my development workflow.
You are welcome to comment / suggest. Find the link at the bottom of the post.
Command shortcuts
I find aliases
super useful for the frequently used commands with arguments especially longer ones.
For any other multi-line repetitive commands, I define bash functions
.These aliases and functions are defined in .bash_aliases and imported in .bashrc.
Write a comment ...