Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nice shell
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
ptitman
Apprentice
Apprentice


Joined: 12 Sep 2003
Posts: 242
Location: well!! I don't really know!Anywhere really!

PostPosted: Sat Sep 13, 2003 7:13 am    Post subject: nice shell Reply with quote

hi,

i'm getting bored off this anonymous shell prompt i've got
Code:
bash-2.05b$


i went into ~/.bahsrc and change
Code:
 PROMPT_COMMAND='echo -ne "\033_${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\033\\"'
               by
PROMPT_COMMAND='echo -ne "${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}"'


know this is what i got
Code:
manu@booba:~bash-2.05b$


still this bloody bash2.05 hanging around ... does anybody knows where the $ or # is appended to manu@booba:~ ?
cheers
Back to top
View user's profile Send private message
pjp
Administrator
Administrator


Joined: 16 Apr 2002
Posts: 20067

PostPosted: Sat Sep 13, 2003 7:18 am    Post subject: Reply with quote

Extra informative Bash prompt might have the information.
_________________
Quis separabit? Quo animo?
Back to top
View user's profile Send private message
ptitman
Apprentice
Apprentice


Joined: 12 Sep 2003
Posts: 242
Location: well!! I don't really know!Anywhere really!

PostPosted: Sat Sep 13, 2003 7:31 am    Post subject: Reply with quote

real nice :D , going to play with that now :wink:

cheers
Back to top
View user's profile Send private message
cylgalad
Veteran
Veteran


Joined: 18 Apr 2003
Posts: 1327
Location: France

PostPosted: Sat Sep 13, 2003 8:23 am    Post subject: Reply with quote

The real (normal) prompt is in $PS1, not $PROMPT_COMMAND
Here's my bash prompt (in ~/.bashrc) :
Code:
export PS1='\n\d \t\n\w\n\u@\h \$ '
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum