s/\~\//\$HOME\//g - There's possibly a nicer way to make sure tilde expansion
is done in the right places, but this works just as well and doesn't require
extra thinking when I'm half asleep :P
Added (^|:) to start, and ($|:) to end of all tests to make sure we're
matching a full path.
Also test for (and append if not there) a ':' at the end of $MANPATH;
otherwise Linux systems tend to forget how to search system paths.
author |
huston@80426f53-59d1-405d-934b-f07cd76f4a1a |
date |
Sat, 11 Apr 2009 06:54:02 +0000 |
parents |
c78481cfb082 |
children |
f65964738bab |
rev |
line source |
0
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff
changeset
|
1 vbell off
|
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff
changeset
|
2 bell_msg "^GBell in window %n"
|
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff
changeset
|
3 defnonblock 5
|
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff
changeset
|
4 nethack on
|
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff
changeset
|
5 hardstatus string "%{.bW}%-Lw%{.rW}%50L>%n%f* %t%?%{.cW}(%u)%{-}%?%{-}%+Lw%L< %-20=%{..G} %H%-8= %{..Y} %c "
|
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff
changeset
|
6 hardstatus alwayslastline
|
huston@80426f53-59d1-405d-934b-f07cd76f4a1a
parents:
diff
changeset
|
7 activity "^GActivity in window %n"
|