|
|
Subscribe / Log in / New account

New features in the fish shell

New features in the fish shell

Posted Sep 29, 2020 22:05 UTC (Tue) by gus3 (guest, #61103)
In reply to: New features in the fish shell by logang
Parent article: New features in the fish shell

My .bash_profile contains "export HISTFILESIZE=0". This allows each instance of Bash to have its own history, but it isn't saved on shell exit.


to post comments

New features in the fish shell

Posted Sep 29, 2020 22:25 UTC (Tue) by mattdm (subscriber, #18) [Link]

You can just unset HISTFILE to get this behavior.

New features in the fish shell

Posted Oct 3, 2020 6:33 UTC (Sat) by marcH (subscriber, #57642) [Link]

Wow, why would you _not_ want to save your history to disk?!? That's where my entire productivity comes from, together with:

"\e[B": history-search-forward
"\e[A": history-search-backward

... in /etc/inputrc.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds