Is there any way to remove the host name in the shell title, ie. [me@myhost]:~ Shell - Konsole
Announcement
Collapse
No announcement yet.
Shell title host name removal
Collapse
This topic is closed.
X
X
-
Re: Shell title host name removal
Sure, shell prompts are generally quite editable.
If you're using bash (the default shell), edit ~/.bashrc and change the PS1 environment variable by removing '\h' (which stands for hostname).
You can find more information in 'man bash' (search for 'PROMPTING')
- Top
- Bottom
Comment