Up until recently, I was organizing my bash
aliases by putting them directly into my $USER/.zshrc
file. While this works, I came across better way to keep the things neatly organized.
Organize your aliases with .bash_aliases file
· 2 min read
Up until recently, I was organizing my bash
aliases by putting them directly into my $USER/.zshrc
file. While this works, I came across better way to keep the things neatly organized.