diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2011-07-20 14:42:22 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2011-07-20 14:42:22 +0200 |
commit | be730cc68a9f740cac691091fc5dbf6c0caf58e8 (patch) | |
tree | 926b0537c40cb78ebc6b3e289c930ef2f12f9011 /.zsh/zshrc | |
parent | 43c9d50960a64bb4fe7355b4280c31ef70dd52bc (diff) |
Comment wording
Diffstat (limited to '.zsh/zshrc')
-rw-r--r-- | .zsh/zshrc/30_aliases | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/zshrc/30_aliases b/.zsh/zshrc/30_aliases index 8108bce..dc151b1 100644 --- a/.zsh/zshrc/30_aliases +++ b/.zsh/zshrc/30_aliases @@ -44,7 +44,7 @@ alias top10='print -l ? ${(o)history%% *} | uniq -c | sort -nr | head -n 10' # bofh fortunes alias bofh='fortune bofh-excuses' -# Quake 3 (on the left screen) +# Quake 3 (on the second screen) alias q3='SDL_VIDEO_FULLSCREEN_HEAD=1 ioquake3' # host aliases |