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

Re: [MiNT] Bash history... [Not so long]



Frank Naumann wrote:

> > Now, when I open several console windows, only the first one can use the history
> > list (up and down arrows). Bash 1.14.0 had its history list for each window.
> 
> I think you have a general configuration problem then

Well, what do you call a general configuration problem? I dug deep in
$HOME/.bashrc and /etc/profile (the only bash configuration files I have) and I
reached the bottom very quickly. There's nothing in theses files! Look by
yourself:

----------/etc/profile------------------------------------------
HOSTNAME=hugo
DOMAINNAME=nowhere.com
TEMP=/tmp
TEMPDIR=/tmp
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/sbin:.
TERM=tw52
TERMCAP=/etc/termcap
TERMINFO=/usr/share/terminfo
MANPATH=/usr/man
PPPD_PATH=/bin/pppd
TMACDIR=/usr/lib/tmac
LANGUAGE=fr
LANG=fr
ENV=$HOME/.bashrc
ENV_BASH=$HOME/.bashrc
SHELL=/bin/bash
EDITOR=/usr/bin/pico
----------------------------------------------------------------

----------$HOME/.bashrc-----------------------------------------
TERM=tw52
SHELL=/bin/bash
if [ $UID == 0 ]; then
     PS1="\u@\h:\w # "
else
     PS1="\u@\h:\w > "
fi
----------------------------------------------------------------

Do you see something wrong? I don't. You already saw my MINT.CNF, didn't you?
There's nothing in it either. So, we got to find another reason to bash's
misbehavior than "a general configuration problem". 

See you,

=====================
Remi Villatel
maxilys@normandnet.fr
=====================