Skip to content

Instantly share code, notes, and snippets.

@emmaline261b
Created October 3, 2022 10:04
Show Gist options
  • Save emmaline261b/88a345e01172e096c0cde252fed323e8 to your computer and use it in GitHub Desktop.
Save emmaline261b/88a345e01172e096c0cde252fed323e8 to your computer and use it in GitHub Desktop.
best way to create a shortcut to open intllij projects from Mac terminal
alias idea='open -a "`ls -dt /Applications/IntelliJ\ IDEA*|head -1`"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment