What shell do you guys use? - BSD
Users browsing this thread: 3 Guest(s)
|
|||
9term is a rather good idea which I did not have myself, thank you. :)
rlwrap would probably work too. I'll see what I can do with it... edit: Quote:rlwrap: warning: rlwrap appears to do nothing for rc, which asks for Well... :) edit: Had to use Git for the best option (namely, just use Byron's rc and enable readline (and the built-in history!) myself). Code: % git clone https://github.com/rakitzis/rc Works. (If readline can't be found, setting LDFLAGS and CPPFLAGS to point to readline's /lib/ and /include/ folders fixes it.) Finally, a sane shell again. I also used this opportunity to figure out how to make rc case-insensitive when compiled with readline: Code: # ~/.inputrc Good enough! |
|||