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
Otherwise we get a line like:
```
# Begin Devbox Post-init Hookexport PATH="$DEVBOX_PATH_PREPEND:$PATH"
```
which is obviously not what we want.
## How was it tested?
```
SHELL=fish ./devbox shell
> echo $PATH
```
0 commit comments