components/bash/Solaris/etc.skel.bashrc
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Tue, 13 Aug 2013 15:21:56 -0700
changeset 1432 d90238e58d20
parent 428 c1840af5fbf5
permissions -rw-r--r--
17205829 Update device ids data files to current versions as of 2013.07 (fix build)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
122
0ea89372af96 7025850 /etc/skel/.bashrc missing after fresh install, system/install/config:default goes into maintenance
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     1
#
0ea89372af96 7025850 /etc/skel/.bashrc missing after fresh install, system/install/config:default goes into maintenance
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     2
# Define default prompt to <username>@<hostname>:<path><"($|#) ">
0ea89372af96 7025850 /etc/skel/.bashrc missing after fresh install, system/install/config:default goes into maintenance
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     3
# and print '#' for user "root" and '$' for normal users.
0ea89372af96 7025850 /etc/skel/.bashrc missing after fresh install, system/install/config:default goes into maintenance
Stefan Teleman <stefan.teleman@oracle.com>
parents:
diff changeset
     4
#
428
c1840af5fbf5 7058155 /etc/skel/.bashrc in Userland consolidation should be updated with a new PS1 setting
Margot Miller <Margot.Miller@Sun.COM>
parents: 122
diff changeset
     5
c1840af5fbf5 7058155 /etc/skel/.bashrc in Userland consolidation should be updated with a new PS1 setting
Margot Miller <Margot.Miller@Sun.COM>
parents: 122
diff changeset
     6
typeset +x PS1="\u@\h:\w\\$ "