components/bash/Solaris/etc.skel.bashrc
author Vladimir Marek <Vladimir.Marek@oracle.com>
Tue, 04 Oct 2016 09:03:46 +0200
branchs11u3-sru
changeset 7051 b5ccd506d4ab
parent 428 c1840af5fbf5
permissions -rw-r--r--
23002702 rsyslogd $FileGroup directive broken due to restrictive privilege in start metho
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\\$ "