diff options
Diffstat (limited to 'etc/.zshrc')
-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 ]] { #{{{ |