LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Change terminal display. (https://www.linuxquestions.org/questions/linux-newbie-8/change-terminal-display-356285/)

Radical_Dreamer 08-23-2005 05:10 PM

Change terminal display.
 
Hello, I'm just trying to figure out how to get my terminal to display this:
rad@Rad rad $
Instead of this:
bash-2.05b$

I'm using a terminal called tilda, its a dropdown terminal and I would like it to display my rad@Rad rad $, I can do this by opening an Eterm and typing tilda & but if I close that Eterm, it also closes tilda.

My goal is to have tilda start up when Xserver does and not have a bash-2.05$

Thanks in advance,

--Rad

Tinkster 08-23-2005 05:19 PM

It's just a question of whether your shell is a login-shell
or not, or alternatively, what your ~/.bashrc looks like.

If ~/.bashrc doesn't exist or is empty try adding a
source /etc/profile
and see what happens.


Cheers,
Tink

Radical_Dreamer 08-23-2005 05:34 PM

Thanks much, works like a charm, I'm using Gentoo though so it was a .bash_profile.


All times are GMT -5. The time now is 11:55 PM.