Skip to content

feat(terminal): $PATH support for homebrew on macOS #706

Open
paix64 wants to merge 1 commit into
crynta:mainfrom
paix64:main
Open

feat(terminal): $PATH support for homebrew on macOS #706
paix64 wants to merge 1 commit into
crynta:mainfrom
paix64:main

Conversation

@paix64

@paix64 paix64 commented Jun 3, 2026

Copy link
Copy Markdown

What

add homebrew paths to $PATH on macOS.

Why

Closes Issue 702

How

Simple script

Testing

Compiled the project and checked fish, bash, zsh $PATH variables. And ran homebrew binaries.

  • pnpm exec tsc --noEmit clean
  • Manual smoke-test of the affected feature
  • (If you touched src-tauri/) cargo test --locked and cargo clippy --all-targets --locked -- -D warnings clean
  • (If you changed a #[tauri::command] signature) called out below so the FE caller can be updated in lockstep
  • (If UI) tested in pnpm tauri dev
  • Platforms tested: macOS
  • Shells tested (if relevant): bash / zsh / fish

@paix64 paix64 requested a review from crynta as a code owner June 3, 2026 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

$PATH is not setup ideally

1 participant