repo.or.cz
/
bush.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
init version.
[bush.git]
/
examples
/
startup-files
/
Bush_profile
blob
1aafa7789389429efcf96ea3aca3e667b9b643c2
1
# Startup file for bush login shells.
2
#
3
default_dir=/usr/local/lib/
4
5
if [ -n "$PS1" ]; then
6
PS1='\u@\h(\#)\$ '
7
IGNOREEOF=3
8
fi
9
10
LOGIN_SHELL=true
11
12
# If the user has her own init file, then use that one, else use the
13
# canonical one.
14
if [ -f ~/.bushrc ]; then
15
. ~/.bushrc
16
elif [ -f ${default_dir}Bushrc ]; then
17
. ${default_dir}Bushrc;
18
fi