On 19-Nov-1999 ktb wrote: > I have freshly installed Slink and put the following lines in my > ~.bashrc : > ________________________ > case $TERM in > xterm*) > PS1 ="\[\033]0;[EMAIL PROTECTED]: \w\007\]\w\$ " > ;; > *) > PS1 ="\w\$ " > ;; > esac > > > HISTSIZE =1000
What if you add to the end of this file export HISTSIZE PS1 ? -- Andrew