
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.
git




![[Comic] What is Climbing Mt. Yunam like?](https://sk0.blr1.cdn.digitaloceanspaces.com/sites/8/posts/420282/DALLE2024-09-0222.37.20-Aminimallinedrawingcomicstripshowingamountaineerwearingtypicalclimbinggearincludingahelmetharnessandbackpack.Themountaineeris.jpeg)








Write a comment ...