LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Command line showing up different in different terminals (https://www.linuxquestions.org/questions/linux-general-1/command-line-showing-up-different-in-different-terminals-4175496789/)

cilbuper 03-02-2014 06:15 PM

Command line showing up different in different terminals
 
I'm loggin into the same machine but the CLI looks different in all interfaces, some are almost unusable because of color schemes. I'm running Ubuntu 12.04 on VMware player & vShere client and accessing it via puTTy.

http://images.tuprox.com/terminalcompare.png

I like the display on the image to the right and I'd like to know if I can standardize that in PuTTY and on the other display consoles.

jailbait 03-02-2014 07:21 PM

One of the places where the ls color scheme is set is in the bashrc. There is a system wide bashrc in /etc/bash.bashrc. It is also possible to override the system wide bash defaults for an individual user in a bashrc located at /home/user/bashrc.

In the first picture you are logged in as root@uvm. In the second and third windows the login ID is not shown. If the three windows are of three different login IDs then the solution is to edit the various bashrc files to set all of the users to the same color scheme.

-----------------------
Steve Stites

cilbuper 03-02-2014 08:38 PM

Quote:

Originally Posted by jailbait (Post 5127677)
One of the places where the ls color scheme is set is in the bashrc. There is a system wide bashrc in /etc/bash.bashrc. It is also possible to override the system wide bash defaults for an individual user in a bashrc located at /home/user/bashrc.

In the first picture you are logged in as root@uvm. In the second and third windows the login ID is not shown. If the three windows are of three different login IDs then the solution is to edit the various bashrc files to set all of the users to the same color scheme.

-----------------------
Steve Stites

They are all from the same install CD and same setup. The only difference is one is running on ESXi the other is on my desktop running in VMware player. there should be nothing different between the systems which is why I found the font and color scheme difference odd. They all have been updated and upgraded to the most current version of ubuntu.

jailbait 03-02-2014 09:17 PM

What user name are you logged in under in each of the three examples?

--------------------
Steve Stites

catkin 03-03-2014 07:07 AM

What is the value of $TERM in each case?


All times are GMT -5. The time now is 05:43 PM.