source: vendor/bash/3.1/examples/startup-files/apple/bash.defaults@ 3228

Last change on this file since 3228 was 3228, checked in by bird, 19 years ago

bash 3.1

File size: 254 bytes
Line 
1##
2# Bash
3# User preferences file
4# Override these in rc.mine
5#
6# Wilfredo Sanchez Jr. | [email protected]
7# July 09, 1992
8#
9# MIT Project Athena
10##
11
12if [ -n "$PS1" ]; then
13
14 # Prompts
15 PS1='[\h:\w] \u\$ '
16 PS2=' -> '
17 #PS3=
18 #PS4=
19
20 set -o emacs
21
22fi
Note: See TracBrowser for help on using the repository browser.