aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \