diff --git a/bash_profile.d/00_base.sh b/bash_profile.d/00_base.sh index 4fa525e..c1ddbfb 100644 --- a/bash_profile.d/00_base.sh +++ b/bash_profile.d/00_base.sh @@ -23,8 +23,10 @@ if [ $(uname) == "Darwin" ]; then { #rust export PATH="$HOME/.cargo/bin:$PATH" -#flutter -export PATH="$HOME/src/flutter-sdk/bin/:$PATH" +# clion launcher +function heck_clion { + /Applications/CLion.app/Contents/MacOS . >/dev/null 2>&1 & +} #The USER scripts (my scripts) :)