summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-04-22 13:32:15 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-04-22 13:32:15 +0200
commite3b40b25c3c23f29f349ba2238557251b746837e (patch)
tree3fe184137daf2ca61b903f402fa49004b154df8a
parent668f667284536cd2f792aedd13dce88ad573e551 (diff)
Add "dent" alias
-rw-r--r--etc/.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index c5a9a61..c8daf1e 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -390,6 +390,8 @@ alias readahead='cat **/*(-.) > /dev/null'
alias safe='dtach -c /tmp/.dtach.$$'
+alias dent='twidge update'
+
# }}}
if [[ ${distro} == debian ]] { #{{{