Skip to content

Commit d2107ff

Browse files
committed
add support for homebrew paths on the launch script for M-series MacOS,
fix #59
1 parent 3cef002 commit d2107ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/core/assets/run_macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
2-
export PATH="/usr/bin:/usr/local/bin:$PATH"
2+
export PATH="/opt/homebrew/bin:/opt/homebrew/sbin:/usr/bin:/usr/local/bin:$PATH"
33
"{BRIDGE_PATH}" {DEBUG_FLAG} launch-neovim {LAUNCH_PRE_ARGS} "$(realpath .)" "$1" $2 {LAUNCH_POST_ARGS}

0 commit comments

Comments
 (0)