Quickly adding new aliases to your bash profile
Bash shortcuts can make your workflow really quick.
So here's a shortcut to make adding shortcuts really quick.
Put this in your ~/.bash_profile
source ~/.aliases
and add this in ~/.aliases
alias aliases="vim ~/.aliases; source ~/.aliases;"
If I want...
abdallahalsamman.hashnode.dev1 min read