Added plugins for tmux and screen.

This commit is contained in:
Scott Hoggarth 2012-01-31 22:41:58 -06:00
commit 28ec03216a
2 changed files with 2 additions and 0 deletions

View file

@ -0,0 +1 @@
if [[ $STY = '' ]] then screen -xR; fi

View file

@ -0,0 +1 @@
if [[ $STY = '' ]] then tmux -2 attach; fi