Thread
:
where is the prompt set for bash user?
View Single Post
extendedping
2010-11-02 , 21:14
Posts: 838 | Thanked: 292 times | Joined on Apr 2010
#
3
as user "user" with shell now as /bin/bash I created a .profile file in the home directory.
In that I put ...
PS1="\w \$ "
export PS1
Please note the space between $ and " so the cursor is not flush with the prompt.
Bingo I have my old prompt back but I am using bash as my shell.
Quote & Reply
|
extendedping
View Public Profile
Send a private message to extendedping
Find all posts by extendedping