Commit 7796d01
authored
[fish] use fish hooks file for devbox.EnvExports (used in shellenv) (#1756)
## Summary
I was getting shell script parsing errors when doing
`devbox global shellenv --init-hook | source`
in fish
Turns out, we were sourcing the init-hook file for non-fish. This PR
fixes that
## How was it tested?
Ran the above command succesfully in a fish shell1 parent 5585d21 commit 7796d01
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
325 | 325 | | |
326 | 326 | | |
327 | 327 | | |
328 | | - | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
329 | 335 | | |
330 | 336 | | |
331 | 337 | | |
| |||
0 commit comments