diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2020-05-06 20:25:11 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2020-05-06 20:25:11 +0200 |
commit | 5940685a9501343c6d39512372b520af5ae76b66 (patch) | |
tree | 693b74c8c8dc46fd9f24a6da3fc93e5ff1b3cdec /.zsh/zshrc | |
parent | 49ced6b753d20d6fbe685189c68e421b2d5ecc7d (diff) |
Fix q3 alias for new setup
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 4740145..9e9158c 100644 --- a/.zsh/zshrc/30_aliases +++ b/.zsh/zshrc/30_aliases @@ -56,7 +56,7 @@ alias top10='print -l ? ${(o)history%% *} | uniq -c | sort -nr | head -n 10' alias bofh='fortune bofh-excuses' # Quake 3 (on the second screen) -alias q3='SDL_VIDEO_FULLSCREEN_HEAD=1 ioquake3' +alias q3='SDL_VIDEO_FULLSCREEN_HEAD=0 ioquake3' # host aliases alias distanz="ssh tklauser@distanz.ch -t \"screen -dRU\"" |