Konstantinos Karachalios
435d86ce36
fix: use builtin cd in command wrapper to bypass shell aliases
...
Version managers like frum (Ruby), rvm, nvm, and others commonly alias
cd to a wrapper function that runs additional logic after directory
changes. When Hermes captures the shell environment into a session
snapshot, these aliases are preserved. If the wrapper function fails
in the subprocess context (e.g. frum not on PATH), every cd fails,
causing all terminal commands to exit with code 126.
Using builtin cd bypasses any aliases or functions, ensuring the
directory change always uses the real bash builtin regardless of
what version managers are installed.
2026-04-22 17:37:12 -07:00
..
2026-04-16 12:36:49 -07:00
2026-04-22 17:37:12 -07:00
2026-03-17 02:33:12 -07:00
2026-03-31 08:48:54 +09:00
2026-03-23 07:43:12 -07:00
2026-04-18 19:24:35 -07:00
2026-04-08 02:24:32 -07:00
2026-04-01 04:18:50 -07:00
2026-04-21 00:50:58 -07:00
2026-04-19 00:03:10 -07:00
2026-04-22 16:33:36 -07:00
2026-04-08 02:24:32 -07:00
2026-04-21 00:50:58 -07:00
2026-04-07 13:36:38 -07:00
2026-04-22 17:27:18 -07:00
2026-04-11 13:59:52 -07:00
2026-04-15 04:57:55 -07:00
2026-04-07 10:25:31 -07:00
2026-04-22 11:54:19 -05:00
2026-04-19 11:52:19 -07:00
2026-04-21 06:14:25 -07:00
2026-04-17 19:04:11 -07:00
2026-04-17 19:04:11 -07:00
2026-04-22 06:11:41 -07:00
2026-04-21 16:41:26 -07:00
2026-04-22 06:11:41 -07:00
2026-04-21 02:03:46 -07:00
2026-04-13 04:45:07 -07:00
2026-04-21 21:30:10 -07:00
2026-04-17 20:39:25 -07:00
2026-04-02 12:40:03 +11:00
2026-04-19 16:31:07 -07:00
2026-04-19 16:31:07 -07:00
2026-04-21 05:19:03 -07:00
2026-04-14 10:18:05 -07:00
2026-04-13 16:32:04 -07:00
2026-03-18 02:55:30 -07:00
2026-03-11 20:02:36 -07:00
2026-04-05 12:46:07 -07:00
2026-04-21 02:03:46 -07:00
2026-04-11 13:59:52 -07:00
2026-04-21 00:50:58 -07:00
2026-04-14 21:12:29 -07:00
2026-04-07 10:25:31 -07:00
2026-04-21 00:50:58 -07:00
2026-04-20 00:47:39 -07:00
2026-04-21 02:03:46 -07:00
2026-04-13 16:32:04 -07:00
2026-04-12 16:39:04 -07:00
2026-04-17 00:41:31 -07:00
2026-04-21 05:42:32 -07:00
2026-04-22 14:45:50 -07:00
2026-04-15 14:50:07 -07:00
2026-04-11 16:22:50 -07:00
2026-04-21 02:04:21 -07:00
2026-04-11 14:26:11 -07:00
2026-04-20 05:18:48 -07:00
2026-04-21 17:49:39 -07:00
2026-04-22 14:38:59 -07:00
2026-04-20 00:32:09 -07:00
2026-04-17 21:16:33 -07:00
2026-04-22 17:36:33 -07:00
2026-04-07 10:25:31 -07:00
2026-04-16 02:24:08 -07:00