diff options
| author | Matt Godbolt <matt@godbolt.org> | 2024-01-15 01:32:28 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-15 07:32:28 +0000 |
| commit | 69ec99111847b2da6405966aae343c156275f309 (patch) | |
| tree | b203433ecc6ecb44496e26e881796f881440a5d5 /docs/src/pages/markdown-page.md | |
| parent | refactor(search): refactor vim mode (#1559) (diff) | |
| download | atuin-69ec99111847b2da6405966aae343c156275f309.zip | |
fix(fish): integration on older fishes (#1563)
* Fix fish integration on older fishes
- On fish 3.3 the bash-style `$(...)` doesn't work, we should use `(...)`
- Also quoting `"(moo)"` on older fishes gives a literal `moo`
- The result of a `(subcommand)` is a single token, so no need to quote it, anyway
Tested by making the change, executing `cargo run -- init fish --disable-up-arrow` and then
executing that shell script on a system with fish 3.3, as well as 3.6 and observing both still work.
Fixes #1562.
* Alternative way of fixing the problem. Compatible with 3.3 and 3.4+
Diffstat (limited to 'docs/src/pages/markdown-page.md')
0 files changed, 0 insertions, 0 deletions
