summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-08-05 19:16:09 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-08-05 19:16:09 +0200
commitcddfa77e3eaed41dd9cb5e81a0200cff0eb1bb9a (patch)
tree1bfc4856a7f7b220e384e35142084b25389dd0e6 /etc/.zshrc
parent7750924cfdc199861f01031d5d9076e6c1951d26 (diff)
zshrc: Add ddate 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 6a8b68c..a06d130 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -353,6 +353,8 @@ alias allr='for i in **/*;'
# }}}
# {{{ Misc
+alias ddate='ddate "+%A, %B %e, %Y"'
+
alias dent='twidge update'
alias dent-cccd='twidge -c ~/.twidgerc.chaosdorf update'