init version.
[bush.git] / examples / startup-files / Bush_profile
blob1aafa7789389429efcf96ea3aca3e667b9b643c2
1 # Startup file for bush login shells.
3 default_dir=/usr/local/lib/
5 if [ -n "$PS1" ]; then
6         PS1='\u@\h(\#)\$ '
7         IGNOREEOF=3
8 fi
10 LOGIN_SHELL=true
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;