components/bash/Solaris/etc.skel.bashrc
author mahmood.ali@oracle.com <mahmood.ali@oracle.com>
Thu, 03 Apr 2014 11:10:33 -0700
branchs11-update
changeset 3047 c06511111d22
parent 428 c1840af5fbf5
permissions -rw-r--r--
18505848 net-ssleay needs to include TPNO action in its package manifest.
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\\$ "