DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2007-07-17 23:16:32

bkamen
Member
From: Central East Illinois, USA
Registered: 2007-07-16
Posts: 80
Website

Setting PS1 via profile

I'd like to use a favorite prompt of mine but it doesn't seem to work...

Normally it's:


MyHost=$(hostname)
PS1='$MyHost ${PWD}:"

which just shows up as:

$(hostname) ${PWD}:

when I log in... -- even though it works from the command line... just not in profile

I'm assuming it's the truncated functionality of ash.

Anyone had this working?

-Ben

Last edited by bkamen (2007-07-17 23:18:21)


--
Ben - Don't Ask me how I fixed it - I have no idea what I'm doing!
============================================
http://www.benjammin.net/

Offline

 

#2 2007-07-17 23:30:55

bkamen
Member
From: Central East Illinois, USA
Registered: 2007-07-16
Posts: 80
Website

Re: Setting PS1 via profile

Hey yea,

""s instead of ''s help.

But the prompt seems static now... doesn't change with moving around in directories... that's no fun.

-Ben

Last edited by bkamen (2007-07-17 23:36:42)


--
Ben - Don't Ask me how I fixed it - I have no idea what I'm doing!
============================================
http://www.benjammin.net/

Offline

 

#3 2007-07-18 22:37:32

BertrandB
Member
From: Dijon (France)
Registered: 2006-09-16
Posts: 119
Website

Re: Setting PS1 via profile

Try this
put in your /etc/profile

cdprompt ()
{
    cd $*
    PS1="[$LOGNAME@$PWD]"
    if [ `id -u` = 0 ]; then
        PS1=$PS1"# "
    else
        PS1=$PS1"$ "
    fi
}
alias cd=cdpromt

Last edited by BertrandB (2007-07-18 22:38:17)

Offline

 

#4 2007-09-26 16:38:11

bkamen
Member
From: Central East Illinois, USA
Registered: 2007-07-16
Posts: 80
Website

Re: Setting PS1 via profile

Cool - thanks!

Shells shells! same but different!

Gah!

wink

-Ben


--
Ben - Don't Ask me how I fixed it - I have no idea what I'm doing!
============================================
http://www.benjammin.net/

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB