From 5ebcde4bff4f4f2557d51a0f09b1831a82f946b6 Mon Sep 17 00:00:00 2001 From: Felix Nehrke Date: Sat, 15 Mar 2025 21:03:28 +0100 Subject: [PATCH] Start IntelliJ with binary instead of shell-script --- .local/bin/IntelliJ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/IntelliJ b/.local/bin/IntelliJ index 6487bb8..a920eba 100755 --- a/.local/bin/IntelliJ +++ b/.local/bin/IntelliJ @@ -1,4 +1,4 @@ #!/usr/bin/env sh . ~/.profile export XMODIFIERS="" -exec ~/.local/opt/idea/bin/idea.sh +exec ~/.local/opt/idea/bin/idea