From 880314242e77ad0c564be3b4b9d9b8f4b7796b74 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Wed, 21 May 2014 09:18:50 -0400 Subject: [PATCH] update irc alias --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index e641d4f..56ca1fb 100644 --- a/zshrc +++ b/zshrc @@ -14,4 +14,4 @@ export PATH=$PATH:/usr/local/go/bin:$GOPATH/bin:~/.arcanist/arcanist/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" +alias irc="screen -r irssi || screen -dmS irssi irssi && screen -r irssi"