Sophie

Sophie

distrib > CentOS > 5 > x86_64 > by-pkgid > 83087c42ed4aed88a51d7da8f1e04c0c > files > 181

bash-3.2-33.el5.1.x86_64.rpm

##
# Bash
# User preferences file
# Override these in rc.mine
#
# Wilfredo Sanchez Jr. | tritan@mit.edu
# July 09, 1992
#
# MIT Project Athena
##

if [ -n "$PS1" ]; then

  # Prompts
  PS1='[\h:\w] \u\$ '
  PS2=' -> '
  #PS3=
  #PS4=

  set -o emacs

fi