Notepad/enter/Coding Tips (Classical)/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