From af140554225f5f6cb97416bdadf4f7312433fc55 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 4 Apr 2010 22:47:47 +0200 Subject: Add "safe" alias to executed a command inside a random dtach --- etc/.zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc') diff --git a/etc/.zshrc b/etc/.zshrc index fc85a07..118f993 100644 --- a/etc/.zshrc +++ b/etc/.zshrc @@ -397,6 +397,8 @@ alias x='unsetopt bg_nice; startx &! exit' alias readahead='cat **/*(-.) > /dev/null' +alias safe='dtach -c /tmp/.dtach.$$' + # }}} if [[ ${distro} == debian ]] { #{{{ -- cgit v1.2.3