aboutsummaryrefslogtreecommitdiffstats
path: root/examples/startup-files/apple/bash.defaults
blob: a80145bef6e5a5c3971383fc96974726b0e3bfd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
##
# 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