hanki.dev

My favorite bash alias

Bash aliases are great and greatly improve my workflow. The only problem is that I always forget where the .bashrc file is located (am using Windows, so it's somewhere in AppData), and therefore not adding new aliases. So I have made an alias to open the .bashrc file!

alias editbash='vim /etc/bash.bashrc'

#terminal