Ensure that $BROWSER runs omarchy-launch-browser and doesn't hand ownership to parent process

This prevents gh auth login from working without an existing open
browser
This commit is contained in:
David Heinemeier Hansson
2026-05-15 16:07:35 +02:00
parent daf301c416
commit 43134875b5
3 changed files with 18 additions and 2 deletions
+3
View File
@@ -3,6 +3,9 @@
# Install other terminals via Install > Terminal
export TERMINAL=xdg-terminal-exec
# Used by terminal programs (like gh) to open URLs detached from the terminal process tree
export BROWSER=omarchy-launch-browser
# Use code for VSCode
export EDITOR=nvim