You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Before this change, we would panic (in unified env) when using `fish`,
because we didn't have the user's init file to write into devbox
shellrc. Now we write the shellrc regardless of whether the user's init
file is available or not.
## How was it tested?
```
SHELL=fish DEVBOX_FEATURE_UNIFIED_ENV=1 devbox shell
```
(Also tested that non-unified-env doesn't break.
0 commit comments