HSTR doesn't work on a new installation 23 September 2023, 15:40:33 There's a nice bash history application to ease searching through it, called hstr.You can compile it yourself (though involves some sources editing) or build via AUR here (easy and straightforward).The thing is that I CAN use it on my older Artix installation, but not on a NEW one which I installed today on another machine:When I select some command from history and press Enter - nothing happens and I return to the console like the command was executed (but it wasn't actually).The configs are the same everywhere.I just cannot figure it out why such a tiny and easy program doesn't work on a newer installation.Any ideas?TIAP.S. I've tried even other methods like unpacking Debian and Void linux packages. All in vain. The same situation.======SOLVED:Sorry, it was a kernel issue. I'm using an older one on the first machine, so the program worked okay.But somewhere in kernels 6.2.x and higher some new feature was introduced. I had to enable this:dev.tty.legacy_tiocsti = 1in /usr/lib/sysctl.d/Now it's fine. Last Edit: 23 September 2023, 19:56:22 by TheExplorer