Browse Source

fix launcher "heck_clion"

master
heck 7 months ago
parent
commit
129e313059
  1. 2
      bash_profile.d/00_base.sh

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

Loading…
Cancel
Save