Skip to content

Instantly share code, notes, and snippets.

@jnorthrup
Created July 29, 2013 23:35
Show Gist options
  • Save jnorthrup/6108847 to your computer and use it in GitHub Desktop.
Save jnorthrup/6108847 to your computer and use it in GitHub Desktop.
my intellij alias for ubuntu 12-ish kubuntu
alias idea='( export JAVA_HOME=/opt/jdk/jre JDK_HOME=/opt/jdk _JAVA_AWT_WM_NONREPARENTING=1 AWT_TOOLKIT=MToolkit PATH=/opt/jdk/bin:$PATH ; /opt/idea/bin/idea.sh &disown )'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment