From 129e31305992d28d181768326d4885a0e81aef54 Mon Sep 17 00:00:00 2001 From: heck Date: Wed, 4 Sep 2024 14:23:00 +0200 Subject: [PATCH] fix launcher "heck_clion" --- bash_profile.d/00_base.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_profile.d/00_base.sh b/bash_profile.d/00_base.sh index 9c24d45..1429ab7 100644 --- a/bash_profile.d/00_base.sh +++ b/bash_profile.d/00_base.sh @@ -25,7 +25,7 @@ export PATH="$HOME/.cargo/bin:$PATH" # clion launcher function heck_clion { - /Applications/CLion.app/Contents/MacOS . >/dev/null 2>&1 & + /Applications/CLion.app/Contents/MacOS/clion . >/dev/null 2>&1 & } #The USER scripts (my scripts) :)