summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2010-11-27 15:36:33 +0100
committerDaniel Friesel <derf@finalrewind.org>2010-11-27 15:36:33 +0100
commit2689e7aa527b1090b7f9411e2f482d602154fb5b (patch)
treee50b5cdd111bef694e6940b207832da0e2a35941 /etc/.zshrc
parent6e37b097ab1955bc8746ed7f13171f2871d7b0a9 (diff)
Add dent-cccd alias
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 46b3e98..463ae44 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -355,6 +355,8 @@ alias allr='for i in **/*;'
alias dent='twidge update'
+alias dent-cccd='twidge -c ~/.twidgerc.chaosdorf update'
+
alias dua='du --apparent-size'
alias lasth='last | head -$((LINES-1))'