Re: [Fish-users] Problem expanding file names

2018-07-31 Thread Kurtis Rader
On Tue, Jul 31, 2018 at 11:57 AM, John Chludzinski < john.chludzin...@gmail.com> wrote: > I was in my fish shell (2.7.1) and tried to expand a file name: > > $ rpm -qf /usr/lib64/libnc > > I double tabbed at this point and fully expecting to see: > > ...lib64/libncurses.so.5 > > as an option. > I

[Fish-users] Problem expanding file names

2018-07-31 Thread John Chludzinski
I was in my fish shell (2.7.1) and tried to expand a file name: $ rpm -qf /usr/lib64/libnc I double tabbed at this point and fully expecting to see: ...lib64/libncurses.so.5 as an option. Nope, nothing. Even though libncurses.so.5 is certainly there. What gives? --