DEV Community

Discussion on: Lazy habits in linux terminal

Collapse
 
garthvador profile image
Quentin Caillaud • Edited

Back when I discovered the splendor of aliases, I went a little too far and used to have the following alias in my bash_aliases...

alias g='git'

But then, using it, I realized that it was a little too much. (and auto completion with tab for git was unavailable this way, so too much laziness was killing laziness ! ;) )