Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 7ec468a1a88b2e7695fe8ff28c5f32de > files > 218

bash-doc-4.2-49.1.mga4.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