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 Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git]
/
bash32
/
bash32.rc
blob
3d0916243b920dec3fdca4d340f65d97752db9eb
1
#!/bin/bash
2
3
declare
_bashdir
=
"/opt/bash32"
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