repo.or.cz
/
bash.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Patch-ID: bash41-003
[bash.git]
/
examples
/
startup-files
/
apple
/
bash.defaults
blob
a80145bef6e5a5c3971383fc96974726b0e3bfd1
1
##
2
# Bash
3
# User preferences file
4
# Override these in rc.mine
5
#
6
# Wilfredo Sanchez Jr. | tritan@mit.edu
7
# July 09, 1992
8
#
9
# MIT Project Athena
10
##
11
12
if [ -n "$PS1" ]; then
13
14
# Prompts
15
PS1='[\h:\w] \u\$ '
16
PS2=' -> '
17
#PS3=
18
#PS4=
19
20
set -o emacs
21
22
fi