learnbyexample to Linux@lemmy.mlEnglish • 6 days agoCurate your shell historyesham.iomessage-square8fedilinkarrow-up160arrow-down12cross-posted to: linux@programming.devlobsters@lemmy.bestiver.se
arrow-up158arrow-down1external-linkCurate your shell historyesham.iolearnbyexample to Linux@lemmy.mlEnglish • 6 days agomessage-square8fedilinkcross-posted to: linux@programming.devlobsters@lemmy.bestiver.se
minus-square@utopiah@lemmy.mllinkfedilink2•5 days agoRight, I was starting to think “Oh yeah and maybe I could fzf history…” then wait, I already do that reverse-i-search then edit. If I use that often enough, alias in ~/.bashrc or even function to make it composable.
I use ctrl-r.
Right, I was starting to think “Oh yeah and maybe I could fzf history…” then wait, I already do that
reverse-i-search
then edit. If I use that often enough, alias in ~/.bashrc or even function to make it composable.Excellent, thanks