updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / bash32 / bash32.rc
blob3d0916243b920dec3fdca4d340f65d97752db9eb
1 #!/bin/bash
3 declare _bashdir="/opt/bash32"
4 export MANPATH+="$_bashdir/man/"
5 export MANPATH+=":/usr/share/man/"
7 [[ $- != *i* ]] && return
9 PS1='[\V:\u@\h \W]\$ '
10 PS2='> '
11 PS3='> '
12 PS4='+ '
14 echo
15 echo "Running : '${BASH_VERSINFO[@]}'"
16 echo "You can type ^D or exit to exit."
17 echo