diff options
| author | Koichi Murase <myoga.murase@gmail.com> | 2025-05-27 23:30:54 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-27 15:30:54 +0100 |
| commit | 239e6fbe7c294d96efd81fd0f0b27d805e4fdb93 (patch) | |
| tree | bbd540be92b4ef0afc0d9c95609c1e3a1a3bda6e | |
| parent | chore(deps): bump debian (#2772) (diff) | |
| download | atuin-239e6fbe7c294d96efd81fd0f0b27d805e4fdb93.zip | |
fix(doctor): mention the required ble.sh version (#2774)
References:
https://forum.atuin.sh/t/1047
| -rw-r--r-- | crates/atuin/src/command/client/doctor.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin/src/command/client/doctor.rs b/crates/atuin/src/command/client/doctor.rs index 24e41d3d..07606b31 100644 --- a/crates/atuin/src/command/client/doctor.rs +++ b/crates/atuin/src/command/client/doctor.rs @@ -355,7 +355,7 @@ fn checks(info: &DoctorDump) { println!(); // spacing // let zfs_error = "[Filesystem] ZFS is known to have some issues with SQLite. Atuin uses SQLite heavily. If you are having poor performance, there are some workarounds here: https://github.com/atuinsh/atuin/issues/952".bold().red(); - let bash_plugin_error = "[Shell] If you are using Bash, Atuin requires that either bash-preexec or ble.sh be installed. An older ble.sh may not be detected. so ignore this if you have it set up! Read more here: https://docs.atuin.sh/guide/installation/#bash".bold().red(); + let bash_plugin_error = "[Shell] If you are using Bash, Atuin requires that either bash-preexec or ble.sh (>= 0.4) be installed. An older ble.sh may not be detected. so ignore this if you have ble.sh >= 0.4 set up! Read more here: https://docs.atuin.sh/guide/installation/#bash".bold().red(); let blesh_integration_error = "[Shell] Atuin and ble.sh seem to be loaded in the session, but the integration does not seem to be working. Please check the setup in .bashrc.".bold().red(); // ZFS: https://github.com/atuinsh/atuin/issues/952 |
