Skip to content

Instantly share code, notes, and snippets.

@ThinhVu
Created June 1, 2022 10:46
Show Gist options
  • Save ThinhVu/0a4d963349f1b38650b0bea0ae877c1a to your computer and use it in GitHub Desktop.
Save ThinhVu/0a4d963349f1b38650b0bea0ae877c1a to your computer and use it in GitHub Desktop.
Open Intellij in current folder
terminal: alias idea='open -a "`ls -dt /Applications/IntelliJ\ IDEA*|head -1`"'
use: idea .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment