diff options
Diffstat (limited to 'etc/.zshrc')
-rw-r--r-- | etc/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -390,6 +390,8 @@ alias readahead='cat **/*(-.) > /dev/null' alias safe='dtach -c /tmp/.dtach.$$' +alias dent='twidge update' + # }}} if [[ ${distro} == debian ]] { #{{{ |