We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cef002 commit d2107ffCopy full SHA for d2107ff
1 file changed
crates/core/assets/run_macos.sh
@@ -1,3 +1,3 @@
1
#!/usr/bin/env bash
2
-export PATH="/usr/bin:/usr/local/bin:$PATH"
+export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/usr/local/bin:$PATH"
3
"{BRIDGE_PATH}" {DEBUG_FLAG} launch-neovim {LAUNCH_PRE_ARGS} "$(realpath .)" "$1" $2 {LAUNCH_POST_ARGS}
0 commit comments