aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <ryanakca@kubuntu.org>2011-08-24 08:58:10 -0400
committerRyan Kavanagh <ryanakca@kubuntu.org>2011-08-25 07:43:14 -0400
commit475b9597c83960e4fe2bd91f306e25d9cf7329e1 (patch)
tree3bc6aef02a3da5aa6b620bd5fcd346758d766f89
parentClear screen on logout (diff)
Added config for mail screen
-rw-r--r--.screenrc-mail4
-rw-r--r--.zshrc1
-rwxr-xr-xdm1
3 files changed, 6 insertions, 0 deletions
diff --git a/.screenrc-mail b/.screenrc-mail
new file mode 100644
index 0000000..fab11f9
--- /dev/null
+++ b/.screenrc-mail
@@ -0,0 +1,4 @@
+source ~/.screenrc
+sessionname mail
+screen -t offlineimap 1 offlineimap
+screen -t mutt 0 mutt
diff --git a/.zshrc b/.zshrc
index ce8e74e..7356fd7 100644
--- a/.zshrc
+++ b/.zshrc
@@ -98,6 +98,7 @@ alias daylog='dch --changelog /home/ryan/work/sail/drafts/daylog/daylog'
alias dquilt="quilt --quiltrc=${HOME}/.quiltrc-dpkg"
alias kbd="xkbcomp -I$HOME/.xkb $HOME/.xkb/keymap/icd $DISPLAY"
alias vi='vim'
+alias sm='screen -r mail || screen -c ${HOME}/.screenrc-mail'
# END LOCAL
diff --git a/dm b/dm
index 39a43a3..5f60979 100755
--- a/dm
+++ b/dm
@@ -37,6 +37,7 @@ GLOBAL_FILES = \
.quiltrc-dpkg \
.sbuildrc \
.screenlayout/ \
+ .screenrc-mail \
.signature \
.vim/ \
.vimperatorrc \