diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-04-04 22:47:47 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-04-04 22:47:47 +0200 |
commit | af140554225f5f6cb97416bdadf4f7312433fc55 (patch) | |
tree | f909d3f2e79f3bc10342badc123b49fef657c71b /etc | |
parent | f0f3c02a3ccde07d3dc79577c7eca41ea3e8e86f (diff) |
Add "safe" alias to executed a command inside a random dtach
Diffstat (limited to 'etc')
-rw-r--r-- | etc/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ]] { #{{{ |