Commit de05740
committed
fix(fish-completions): don't execute with
Using `env` broke Fish completions because `command` is a Fish builtin
while `env` is an external program unaware of what Fish does and doesn't
provide:
env: ‘command’: No such file or directory
Fish supports `FIELD=val` natively, so we can just remove `env`.
Assisted-by: Claude Sonnet 4.5 via Crush <[email protected]>env
1 parent 5f7387d commit de05740
File tree
2 files changed
+2
-2
lines changed- cmd/wtp
- testdata/completion
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments