]> git.mjollnir.org Git - dotfiles/zsh.git/commitdiff
add alias to reattach irc sessions
authorPenny Leach <penny@mjollnir.org>
Sun, 13 Sep 2009 20:14:55 +0000 (22:14 +0200)
committerPenny Leach <penny@mjollnir.org>
Sun, 13 Sep 2009 20:14:55 +0000 (22:14 +0200)
.zsh.d/S05_aliases

index 59167ae792df22e635b66f0c96847eb1784b0f28..ea5c68ae277db42e79757d5aa266010374660dff 100644 (file)
@@ -19,4 +19,7 @@ alias xev="xev | grep -A2 --line-buffered '^KeyRelease' | sed -n '/keycode /s/^.
 alias uk='setxkbmap gb'
 alias us='setxkbmap us'
 
+# lazy screen reattaching
+alias s='screen -dr irc'
+
 # vim:ft=zsh