summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
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 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 ]] { #{{{