Patch-ID: bash41-003
[bash.git] / examples / startup-files / apple / bash.defaults
bloba80145bef6e5a5c3971383fc96974726b0e3bfd1
1 ##
2 # Bash
3 # User preferences file
4 # Override these in rc.mine
6 # Wilfredo Sanchez Jr. | tritan@mit.edu
7 # July 09, 1992
9 # MIT Project Athena
12 if [ -n "$PS1" ]; then
14   # Prompts
15   PS1='[\h:\w] \u\$ '
16   PS2=' -> '
17   #PS3=
18   #PS4=
20   set -o emacs