I recently installed fish, and like its interactive functionality, but I'm stumbling over a few obstacles.
One is, how do you echo a newline before the prompt. I've tried printf'ing %c \n but that doesn't work. The other is, when I do tab completion like so in bash bash$> ls *Let* <tab> I get: BTO - Let It Ride.mp3 Issac Hayes - Don't Let Go.Mp3 when i do the same if fish fish$> ls *Let* <tab> I get: *Let*\ Go.Mp3 (Executable, 6.7MB) *Let*\ It\ Ride.mp3 (Executable, 4.1MB) The partial file name matches don't do me much good, but I can't find a way to change the behaviour to return the whole filename. Are these problems fixable by modifying the *.fish scripts or are they a result of bugs (features?) in the program itself? Any help is appreciated. Robert. ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
