components/bash/Solaris/etc.skel.bashrc
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Fri, 14 Oct 2016 14:53:30 -0700
changeset 7114 72d09e38c454
parent 428 c1840af5fbf5
permissions -rw-r--r--
24850486 Yelp says XSLT stylesheet `/usr/share/yelp/xslt/mal2html.xsl' is missing
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\\$ "