summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-04-04 22:47:47 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-04-04 22:47:47 +0200
commitaf140554225f5f6cb97416bdadf4f7312433fc55 (patch)
treef909d3f2e79f3bc10342badc123b49fef657c71b /etc
parentf0f3c02a3ccde07d3dc79577c7eca41ea3e8e86f (diff)
Add "safe" alias to executed a command inside a random dtach
Diffstat (limited to 'etc')
-rw-r--r--etc/.zshrc2
1 files changed, 2 insertions, 0 deletions
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 ]] { #{{{