Difference between revisions of "Advancedprompt"
Unnilennium (talk | contribs) (Created page with "{{Languages}} ===Maintainer=== Jean-Philippe Pialasse === Version === {{#smeversion: {{lc:{{FULLPAGENAME}}}} }} === Description === This contribution...") |
Unnilennium (talk | contribs) |
||
Line 10: | Line 10: | ||
=== Description === | === Description === | ||
This contribution allow to have an enhanced prompt. First it will include color. Second it will show you both user name, hostname, domain and full current path. This way you will have no more excuse to type your command on the wrong shell. | This contribution allow to have an enhanced prompt. First it will include color. Second it will show you both user name, hostname, domain and full current path. This way you will have no more excuse to type your command on the wrong shell. | ||
+ | |||
+ | illustration aside with [[bash-insulter]] contribution | ||
+ | |||
+ | [[File:Bash-insulter.png]] | ||
=== Installation === | === Installation === |
Revision as of 01:30, 21 November 2017
Maintainer
Version
Description
This contribution allow to have an enhanced prompt. First it will include color. Second it will show you both user name, hostname, domain and full current path. This way you will have no more excuse to type your command on the wrong shell.
illustration aside with bash-insulter contribution
Installation
yum --enablerepo=smecontribs install advancedprompt
then log out and log in
Uninstall
yum remove advancedprompt
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the advancedprompt component or use this link
Below is an overview of the current issues for this contrib:
Changelog
Only released version in smecontrib are listed here.
[[rpm description::A coloured prompt for your linux server. It will display your username, host.domain and full path of the current dir [myuser@myhost.domain.com:/home/e-smith/files/ibays/Primary]$| ]]
- fix domain name displayed twice \H to \h [SME: 11389]
- Import in SME10 tree [SME: 11041]
- added missing # and $
- initial release