Replaced tests with a 'case' in .bash_aliases
Added modeline in .bash_aliases to help vim see filetype
Started work on Toodledo -> ~/.todo; so far not bad, but the Ruby gem might be
buggy and cause problems. Idea is still somewhat sound, so instead of ripping
out the code I'll just comment around it for now.
author |
huston@80426f53-59d1-405d-934b-f07cd76f4a1a |
date |
Sun, 30 Aug 2009 20:37:09 +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"
|