Browse Source

add irc alias

pull/1/head
Brett Langdon 12 years ago
parent
commit
18d95125ce
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      zshrc

+ 1
- 0
zshrc View File

@ -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"

Loading…
Cancel
Save