Files
arthur-os/default
Nate StottandGitHub ea14de4c37 Fix try init in bash when launched from fish shell (#4640)
The try command detects shell type from $SHELL variable. When bash is
launched from fish, $SHELL is still set to /usr/bin/fish, causing try
to output fish syntax which fails in bash with syntax errors.

Explicitly set SHELL=/bin/bash for the try init call to ensure correct
shell detection.
2026-02-19 12:36:04 +01:00
..
2026-02-18 22:42:43 +01:00
2025-07-15 17:00:11 -07:00
2026-02-18 22:24:43 +01:00
2026-01-10 14:33:36 +01:00
2026-02-12 17:04:48 -05:00
2026-01-31 21:49:07 +01:00
2025-06-01 12:08:35 +02:00