From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Date: Thu, 25 Oct 2012 14:56:24 +0000 From: Ethan Burns Message-ID: <6375974f-52d9-4f05-b46e-36f02abfc9a3@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 References: Subject: Re: [9fans] rc vs sh Topicbox-Message-UUID: c9862cee-ead7-11e9-9d60-3106f5b1d025 On Thursday, October 25, 2012 9:58:45 AM UTC-4, dexen deVries wrote: > On Wednesday 29 of August 2012 16:10:39 Charles Forsyth wrote: > > > Changing my default shell from bash to rc caused even terminal windows (let > > > alone 9term ones) to appear almost instantly on Ubuntu > > > (9term windows appear instantly on the click). > > > > > > interactive bash reads, among others, ~/.bash_history. > > > > also some of /usr/share/locale/{$LANG,$LC_CTYPE,$LC_NUMERIC,$LC_TIME, > > $LC_COLLATE,$LC_MONETARY,$LC_MESSAGES,$LC_PAPER,$LC_NAME,$LC_ADDRESS, > > $LC_TELEPHONE,$LC_MEASUREMENT,$LC_IDENTIFICATION,$LC_ALL}/* > > > > also /etc/nsswitch.conf -- yep, bash has built-in TCP connection support. On Ubuntu, I found that bash loads significantly faster (on the order of seconds faster on my slower laptop) if you disable some extra bash completion. In your .bashrc, comment out the following lines: # enable programmable completion features (you don't need to enable # this, if it's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc). #if [ -f /etc/bash_completion ]; then # . /etc/bash_completion #fi Best, Ethan