[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

RE: Bash can't find, PS1 and HISTSIZE



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;\u@\h: \w\007\]\w\$ "
>          ;;
>      *)
>          PS1 ="\w\$ "
>          ;;
> esac
> 
> 
> HISTSIZE =1000

What if you add to the end of this file

export HISTSIZE PS1

?


--
Andrew


Reply to: