summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2012-02-04 01:26:43 +0100
committerDaniel Friesel <derf@finalrewind.org>2012-02-04 01:26:43 +0100
commit75c7bd325f0e7b5579e8cc380ee2034c1869b607 (patch)
treeb366a2766daa9c717a045d92718d342910fe3f21 /etc/.zshrc
parent3723154ed09e8b475c977bf6f40685545e8e1c09 (diff)
zsh: use tmux for irc
Diffstat (limited to 'etc/.zshrc')
-rw-r--r--etc/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 1b04cd7..7dbdaf7 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -371,7 +371,7 @@ for i in ~/var/gtd/*(.N); {
alias gtd-${i:t}='todo --database '${i}
}
-alias irc='dtach -A ~/.dtach.irssi irssi'
+alias irc='tmux attach'
alias lasth='last | head -$((LINES-1))'