Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] xterms --featureRICH --suggestions?
Date: Tue, 28 Jan 2014 01:00:20
Message-Id: 20140128010011.GB29765@waltdnes.org
In Reply to: [gentoo-user] xterms --featureRICH --suggestions? by James
1 On Sun, Jan 26, 2014 at 04:52:22PM +0000, James wrote
2
3 > So, as a old fart, I got tired of KDE and never really liked gnome.
4 > I have found new life in LXDE; spartan, but learning and document
5 > how things work on gentoo, is hopefully something I have to only
6 > do once.
7
8 I went all the way to ICEWM; see my sig.
9
10 > I have my lxde/openbox environment mostly setup. One thing I miss
11 > is feature rich tabbed terminal session. On my old rig,
12 > the tabs where customizable to show current dir or rename manually.
13 > When I would "ssh" into a remote system, the IP address was prominently
14 > displayed in the tab header; essential for managing tons of remote
15 > devices.
16
17 In your bash profile (if you use bash), howsabout
18 export PS1='[\h][\u][\w]'
19
20 Actually, I go for a fancy "technicolour prompt"
21
22 export PS1='[\[\033[01;32m\]\h\[\033[00m\]][\[\033[01;34m\]\u\[\033[00m\]][\[\033[01;36m\]\w\[\033[00m\]] '
23
24 Either way, the host name shows up at the beginning of the prompt.
25
26 --
27 Walter Dnes <waltdnes@××××××××.org>
28 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
[gentoo-user] Re: xterms --featureRICH --suggestions? James <wireless@×××××××××××.com>