Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!


Click here to return to the '10.5: Fix the sudo shell prompt' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: Fix the sudo shell prompt
Authored by: saint42 on Wed, Mar 19 2008 at 4:22PM PDT
Personally, I use this setting in .profile:

PS1="\u@\h:\w> "

This shows me who am I, what machine I am on, and what path:

ex:
saint@iMac:~>
saint@iMac:/System/Library>
root@iMac:/goinfre>

[ Reply to This | # ]