Skip Navigation
34 comments
  • Honestly, I'd rather record command and flags instead of relying on aliases to do that for me.

    Unless if its something very "niche" (like automatically pulling the required third party software everytime the distro boots up on .bash_profile).

  • Just recently I learned that one can also define functions in .bash_aliases. Very handy.

    • Yep. And if you edit it you can reload it with ". ~/.bash_aliases" and if you do it frequently you can create an alias for it.

34 comments