From 80b9f6993978c7c0576ff4555d7a7c121eb81c00 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 19 May 2012 18:03:23 +0200 Subject: zshrc: exit after s2mem --- etc/.zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/.zshrc') 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' -- cgit v1.2.3