This repository has been archived on 2023-07-05. You can view files and clone it, but cannot push or open issues/pull-requests.
notes/Terminal Tips/Commands + Settings/Aliases.md

369 B

Aliases

Aliases in your terminal make shortcuts a lot easier when you're typing, use them properly


  • Setting #1 : default text editor alias since my editor of choice is BBEdit:

alias bbedit "open -a bbedit"

then in the terminal type

bbedit FILE_NAME