Void Linux discussion
 help / color / mirror / Atom feed
From: Christian Neukirchen <chneuk...@gmail.com>
To: Userx Xbw <use...@gmail.com>
Cc: voidlinux <void...@googlegroups.com>
Subject: Re: changing terminal prompt when logged as su
Date: Wed, 16 Mar 2016 11:17:03 +0100	[thread overview]
Message-ID: <87shzqu3q8.fsf@gmail.com> (raw)
In-Reply-To: <d29dc521-5e2f-4567-8e5f-6aa6dc786ee0@googlegroups.com> (Userx Xbw's message of "Tue, 15 Mar 2016 10:34:24 -0700 (PDT)")

Userx Xbw <use...@gmail.com> writes:

> I get the # when ever I log into terminal as su
> how do I change it to show [root@domanName]currentDir# ?
> I've added a /etc/bashrc and this inside of it. 
>
> #if [[ $EUID == 0 ]] ; then
>
> if [[ id == 0 ]] ; then
>
> export PS1="\[\e[41m\]\u\[\e[m\]@\[\e[41m\]\h\[\e[m\]\w# "
>
> else
>  export PS1="\u@\h\w $"
> fi
>
>  this only shows 
> [\u@\h:\w] $
>
> and changes the shell to sh no longer giving me history using the arrows on 
> the keyboard. 
>
> what file and where did you (void creators) hide it so I can modify it to 
> get it to show a prompt I like more better then just #
>
> and why it is such a hard subject to find an answer to on the internet? 

Set your root shell to bash, not sh.

And the test should be [[ $EUID == 0 ]].

Or use '\$' in PS1 to get # or $ depending on uid.

-- 
Christian Neukirchen  <chneuk...@gmail.com>  http://chneukirchen.org

  reply	other threads:[~2016-03-16 10:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-15 17:34 Userx Xbw
2016-03-16 10:17 ` Christian Neukirchen [this message]
2016-03-16 11:52   ` Userx Xbw

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87shzqu3q8.fsf@gmail.com \
    --to="chneuk..."@gmail.com \
    --cc="use..."@gmail.com \
    --cc="void..."@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).