Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix whitespace in fish shellrc template (#686)
## 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 ```
- Loading branch information