From 18d95125ce17b2fe117648862862ffb9497c99e7 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sun, 19 Jan 2014 19:24:35 -0500 Subject: [PATCH] add irc alias --- zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/zshrc b/zshrc index 78988cd..a05448e 100644 --- a/zshrc +++ b/zshrc @@ -11,3 +11,4 @@ export PATH=$PATH:/usr/local/go/bin export NODE_PATH=/usr/local/lib/node_modules unsetopt inc_append_history unsetopt share_history # share command history data +alias irc="screen -r || screen -dmS irssi irssi && screen -r"