Open pbek opened 2 weeks ago
When I turn off enableBashIntegration
and run this in a bash:
source "/nix/store/xzfiimwq0li4d2xjgi0c3dfb5zg1yzxi-bash-preexec-0.5.0/share/bash/bash-preexec.sh"
eval "$(/nix/store/csc2lny869byz6v2177qm498wlg22ssp-atuin-18.3.0/bin/atuin init bash )"
Then the same happens. I can show the atuin history with Ctrl + R
or Up
, but no history items are written.
I haven't got things working with ble.sh
either...
Are you following the right branch?
Is there an existing issue for this?
Issue description
When I enter a command in a bash, no history is written. In fish, the history is written correctly to atuin. I've enabled atuin via home-manager using:
It works great with fish:
Ctrl + R
orUp
With bash:
Ctrl + R
orUp
My
~./bashrc
shows the correct:Maybe it's an issue with bash-preexec? See https://docs.atuin.sh/guide/installation/#installing-the-shell-plugin. There is an issue noted where some history entries are not written.
Maintainer CC
@hawkw
System information