I recently noticed that directory history is unbounded. I noticed this
because I wrote a program that ran cd commands in a loop and noticed what
at first glance looked like a memory leak. Unbounded directory history
isn't useful. Fish should be tracking just the "n" most recent cd commands.
The question is what should the value of "n" be. I'd prefer a small limit
over a large limit. My preference is to track just the 25 most recently
visited directories. Opinions?

You can read more at

https://github.com/fish-shell/fish-shell/issues/2836

https://github.com/fish-shell/fish-shell/pull/2842

-- 
Kurtis Rader
Caretaker of the exceptional canines Junior and Hank
------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785351&iu=/4140
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to