updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / bash31 / bash31.rc
blob8ed5118252541c890e3f8e2ffd6fd08cf4bfb3a7
1 #!/bin/bash
3 declare _bashdir="/opt/bash31"
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