From e2d4bf4fbb90af231b0214d6cc6ba0ef1a1939e2 Mon Sep 17 00:00:00 2001 From: Felix Nehrke Date: Tue, 8 Mar 2022 21:07:38 +0100 Subject: [PATCH] Add starter for IntelliJ on Linux --- .local/bin/IntelliJ | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 .local/bin/IntelliJ diff --git a/.local/bin/IntelliJ b/.local/bin/IntelliJ new file mode 100755 index 0000000..6487bb8 --- /dev/null +++ b/.local/bin/IntelliJ @@ -0,0 +1,4 @@ +#!/usr/bin/env sh +. ~/.profile +export XMODIFIERS="" +exec ~/.local/opt/idea/bin/idea.sh