|
|
|
|
|
by CGamesPlay
3059 days ago
|
|
> The only time I run into issues is when a command expects manipulate environment variables via bash syntax. And in my experience 90% of those are in the form `FOO=bar command` which can be replaced with `env FOO=bar command` and works just fine in fish. |
|