First let me introduce myself shortly: I use MacOSX at home, Ubuntu Linux at work, and gladly switched completly from tcsh to fish a few months ago! :) (I have not converted all my csh aliases yet, as fish can mostly read them, but still...) I did not like bash (bloated IMHO), despised zsh (too much to configure, too arcane) so settled for tcsh, but it somehow lacked and looked basically not maintained anymore... Then I discovered fish, and boy I was happy: all my unspoken shell rants were magically adressed! :D Nice that someone finally decided to Do It Right, and that it has not to be me, if I ever could! ;)
But enough babbling, back to bugs! ;P `cd -` seems not to work: it just hangs, the only way out is to close the shell window! Alt-D on a empty line gives: ---8<--- -e /Users/guillaume fish: invalid option -- 1 ---8<--- (this is in /Users/guillaume right after shell has started, but any empty line gives a similar error) Alt-P should IMHO: * use a `pager` command instead of `less` that would: ** use the "PAGER" environment variable if not empty ** else perhaps (may be a bit too Debian-specific) use /usr/bin/pager if not empty ** else use `less` (GNU) ** else use `more` (POSIX systems must have it IIRC) Alt-P on an empty line may instead print "pager "[cursor] to be more useful. In ~/.config/fish/fish_inputrc: is it possible to use a variable to include the installed fish_inputrc instead of hardcoding its path?!? Else I cannot use the same fish config everywhere... Also (if it does not make the shell core more complex) completing "file://" URLs just like Unix paths would be extra-nice! ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
