Jan Bischko

Results 11 comments of Jan Bischko

Just wanted to say, same issue on NixOS, atuin simply doesn't update history for me. All I did was install the NixOS package, and put the eval line in my...

![image](https://github.com/atuinsh/atuin/assets/153183385/bc97f3b1-f3ea-47e3-909b-c546e605c60b) Okay, even with ble.sh installed and using 18.0.2 this is still a problem for me - just can't get it to work no matter what I do. Just won't...

> Then one needs to source the appropriate file, for ble.sh, that is source "$(blesh-share)/ble.sh" I'm aware that it needs to be sourced. The version thing was just to demonstrate,...

Yes, I first tried `bash-preexec` precisely because ble.sh did too much for my tastes (nothing against it, it's a nice piece of software and I respect your work, Koichi). ```...

Currently, I'm using `ble.sh`. I only care about atuin, so I tried `bash-prexec` on its own first. Bash-preexec didn't even show me the atuin menu, so I removed the source...

``` /nix/store/8sylzfdgpx0yvls6bv4za6wx3ixvjqa2-blesh-0.4.0-devel3/share/blesh/lib/_package.sh /nix/store/8sylzfdgpx0yvls6bv4za6wx3ixvjqa2-blesh-0.4.0-devel3/share/blesh/keymap/emacs.sh /nix/store/8sylzfdgpx0yvls6bv4za6wx3ixvjqa2-blesh-0.4.0-devel3/share/blesh/lib/core-cmdspec.sh /nix/store/8sylzfdgpx0yvls6bv4za6wx3ixvjqa2-blesh-0.4.0-devel3/share/blesh/lib/core-syntax.sh /nix/store/8sylzfdgpx0yvls6bv4za6wx3ixvjqa2-blesh-0.4.0-devel3/share/blesh/lib/core-complete.sh ```

I noticed another, possibly unrelated, thing: when I start bash from another shell session (here xonsh) and exit bash again, then things like `Ctrl+d` and `Ctrl+c` don't work anymore: ![image](https://github.com/atuinsh/atuin/assets/153183385/e4548377-54a2-43b5-97f4-5648c4a1c687)...

![image](https://github.com/atuinsh/atuin/assets/153183385/9db06dc4-d2e7-4d6f-ad7b-62a5ad9bd418) The ordering is ble.sh then atuin and I'm using [Kitty](https://github.com/kovidgoyal/kitty) as my terminal emulator. But yeah, it has to be a little detail about my machine, maybe NixOS packaging,...

```shell $ ble/widget/display-shell-version GNU bash, version 5.2.26(1)-release (x86_64-pc-linux-gnu) [NixOS 24.05 (Uakari)] ble.sh, version 0.4.0-devel3+1a5c451c (noarch) [git 2.39.0, GNU Make 4.3, GNU Awk 5.1.1, API: 3.1 (GNU MPFR 4.1.0-p13, GNU MP...

```nix # flake.nix # Defines a standalone NixOS virtual machine with ble.sh and atuin installed and configured. # Requires only the nix executable installed, see https://nixos.org/download/#download-nix # build and run...