I use KDE3.0.1 on slackware...My console screen is like:
bash0.2#
but before it was
root@foo.org#/
How can i do this again like that?
Printable View
I use KDE3.0.1 on slackware...My console screen is like:
bash0.2#
but before it was
root@foo.org#/
How can i do this again like that?
does it look like: root@foo# on the standard command line (ctrl-alt-F1)? If so then there is a line in /etc/profile that looks like : PS2=\u@\h# or something similar that exports the variable PS2. If this is then included in the startup script for your konsole then it will look like that. I forget which file gets included in which type of session, but it is either:
~/.profile
~/.bashrc
I am almost positive.