aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-client/src/record/sync.rs
diff options
context:
space:
mode:
authorMatt Godbolt <matt@godbolt.org>2024-01-15 01:32:28 -0600
committerGitHub <noreply@github.com>2024-01-15 07:32:28 +0000
commit69ec99111847b2da6405966aae343c156275f309 (patch)
treeb203433ecc6ecb44496e26e881796f881440a5d5 /atuin-client/src/record/sync.rs
parentrefactor(search): refactor vim mode (#1559) (diff)
downloadatuin-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 'atuin-client/src/record/sync.rs')
0 files changed, 0 insertions, 0 deletions