Mailinglist Archive: opensuse-bugs (15063 mails)
| < Previous | Next > |
[Bug 144620] terminal features
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 12 Sep 2007 00:19:29 -0600 (MDT)
- Message-id: <20070912061929.86B01245350@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=144620#c27
Silviu Marin-Caea <silviu_marin-caea@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |silviu_marin-caea@xxxxxxxxxx
--- Comment #27 from Silviu Marin-Caea <silviu_marin-caea@xxxxxxxxxx> 2007-09-12 00:19:28 MST ---
I find it very useful to have a time prompt for each line. It provides me with
a time scale of commands given. It's most useful as root, where you give some
commands then you check the system logs for effects of those. With a time
prompt, you can order cause and effect very clearly.
I have added a \t to _u in /etc/bash.bashrc in this section.
# Other prompting for root
_t=""
if test "$UID" -eq 0 ; then
_u="\t \h"
_p=" #"
else
_u="\t \u@\h"
Personally I have it for all users (in the "else" branch), but, as I said it's
most useful for root. I don't expect this to be in 10.3, it's too late. Let
people express opinions and add it perhaps in the next version, if those
opinions are positive.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Silviu Marin-Caea <silviu_marin-caea@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |silviu_marin-caea@xxxxxxxxxx
--- Comment #27 from Silviu Marin-Caea <silviu_marin-caea@xxxxxxxxxx> 2007-09-12 00:19:28 MST ---
I find it very useful to have a time prompt for each line. It provides me with
a time scale of commands given. It's most useful as root, where you give some
commands then you check the system logs for effects of those. With a time
prompt, you can order cause and effect very clearly.
I have added a \t to _u in /etc/bash.bashrc in this section.
# Other prompting for root
_t=""
if test "$UID" -eq 0 ; then
_u="\t \h"
_p=" #"
else
_u="\t \u@\h"
Personally I have it for all users (in the "else" branch), but, as I said it's
most useful for root. I don't expect this to be in 10.3, it's too late. Let
people express opinions and add it perhaps in the next version, if those
opinions are positive.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |