repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git]
/
bash31
/
bash31.rc
blob
8ed5118252541c890e3f8e2ffd6fd08cf4bfb3a7
1
#!/bin/bash
2
3
declare
_bashdir
=
"/opt/bash31"
4
export
MANPATH
+=
"
$_bashdir
/man/"
5
export
MANPATH
+=
":/usr/share/man/"
6
7
[[
$
- != *
i
* ]] &&
return
8
9
PS1
=
'[\V:\u@\h \W]\$ '
10
PS2
=
'> '
11
PS3
=
'> '
12
PS4
=
'+ '
13
14
echo
15
echo
"Running : '
${BASH_VERSINFO[@]}
'"
16
echo
"You can type ^D or exit to exit."
17
echo
18