What shell do you guys use? - BSD
Users browsing this thread: 5 Guest(s)
|
|||
(03-06-2020, 01:44 AM)jkl Wrote: rc is quite awesome on Plan 9 because all of its history commands are meant to be used with mouse chords. But I couldn’t even modify its prompt easily. FWIW, I found out how to modify the prompt...: 1. Performance and resource usage Code: time (for i in $(seq 1 1 100); do rc test.sh; done) Code: real 0m0.093s vsz: 6504. Not bad. 2. Real-life test Configuration ($HOME/.rcrc): Code: LANG=(de_DE.UTF-8) Globbing: cd */*oo* moves into "shelltest/Foo". Tab-completion: cd sh<tab>f<tab> does not work. I wonder if I could write a function to fix that. History: - Ctrl+R sh<Enter> performs cd shelltest/Foo. - !! seems to not do anything (but I haven't even used that in the past few months). - !-3 does neither (but I haven't even used that in the past few months). Dependencies (on Debian Linux): libc, libreadline. I like how rc does not misbehave just by feeding it an exclamation mark - the one thing that annoys me with the tcsh. I might keep it, I'll play with it for a while. |
|||