summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2012-05-19 18:03:23 +0200
committerDaniel Friesel <derf@finalrewind.org>2012-05-19 18:03:23 +0200
commit80b9f6993978c7c0576ff4555d7a7c121eb81c00 (patch)
treec4a6572f2338066f16bd9f76ac086a45996d18f5 /etc/.zshrc
parent2db04640a8ea0e81609336fe57644057b565562c (diff)
zshrc: exit after s2mem
Diffstat (limited to 'etc/.zshrc')
-rw-r--r--etc/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 72eb3c8..3bf49ab 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -393,6 +393,8 @@ alias rmake='make && sudo make install'
alias rsync-serve="rsync --daemon --port=10873 --no-detach --config=/dev/stdin"\
" --log-file=/dev/stdout -v <<< $'[.]\n\tpath = .\n\tuse chroot = no'"
+alias s2mem='command s2mem; exit'
+
alias safe='dtach -c /tmp/.dtach.$$'
alias tw='twidge -c ~/packages/twitter/etc/derf-twitter'