Files
omarchy/default/bash
James Robey adfe182984 Use subshell for open() to avoid job control output (#4366)
If it is not run as a sub-shell, using open and then subsequently closing the app will pollute the existing terminal with messages like:
  [1] 287915
  [1]+  Done  xdg-open "$@" > /dev/null 2>&1

Making it a subshell removes this noise and keeps it more like the open command in macOS.
2026-01-27 11:34:16 +01:00
..
2026-01-12 11:50:07 +01:00
2025-11-10 14:36:44 +01:00
2025-07-09 21:14:04 -07:00
2025-10-21 07:25:18 -07:00