this post was submitted on 31 Aug 2025
66 points (98.5% liked)
Linux
9696 readers
430 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Why?
i for one can't be bothered to remember, for example, the syntax to add a new gitlab project to the allowed list of a hashicorp vault policy :) - i use
zsh
withfzf
andag
, so ictrl+r
to find the last time i used this, adjust, execute.there are many use cases for checking out your shell's command history...
That's not my point. Every shell already has history. What's the difference here?
Bash by default limits history to ~1000 items iirc, and doesn't store anything but the command itself