Phileas Lebada
Phileas Lebada
Thank you @conradludgate for your quick responses! ``` export ATUIN_NOBIND="true" eval "$(atuin init zsh)" ``` doing this will make ctrl+r and cursor up do exactly what I want it to...
Really weird, if I'm just using the standard zsh history search it shows up but not in `atuin search -i`  
No it still doesn't show up  
Using `export ATUIN_NOBIND="true"` works for me as a workaround for now. Cursor up will only show me most recent from this session and then later the most recent until the...
There are already two PRs merged that relate to this ticket: https://github.com/ellie/atuin/pull/393 and https://github.com/ellie/atuin/pull/395. I managed to successfully import, though there was an error message with some error `dir with...
@noyez I'm trying to replicate the faulty database string, though if I recreate a database the error is slightly different. ``` Atuin ====================== 🌍 🐘🐘🐘🐘 🐢 ====================== Importing history... Importing...
 Awesome, works great! Thank you so much. ```bash atuin search -c /mnt/waid/pl/static/cd_rips/2012091712033700� atuin search -c /mnt/waid/pl/static/cd_rips/2012091712033700 # 2018-12-02 14:45:22 less extra_metadata.txt 0s ```
Oh, sorry for not providing the info before. I'm using cbatticon 1.4.2, just compiled with `make` from the git branch master fb82559aa8739fcaecaa14c5eeca0b8383a943a7. I'm using awesomewm, and I've got installed `gtk2-devel-2.24.25-1`...
Hi. The error appears if I compile cbatticon only with the given Makefile running the `make` command. I run cbatticon with `./cbaticon`, it also appears if I'm using different icons...
Hi, thanks for your efforts again. I'm using now the GTK3 build with no errors so far (expect the deprecated warnings). I've just tried out cbatticon GTK2 build with i3...