Created
October 3, 2022 10:04
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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