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) :)