summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2012-08-28 11:53:57 +0200
committerDaniel Friesel <derf@finalrewind.org>2012-08-28 11:53:57 +0200
commiteb23aefbd48bd3b344b36b111832e7b4dcfca2a0 (patch)
tree1d401292b8025ad9faa58688ac767a47823a751d /etc/.zshrc
parentda303e7b09f7b53a2cbcd7a293e3db6ecee9d250 (diff)
add hat 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 c74c660..12eece7 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -372,6 +372,8 @@ for i in ~/var/gtd/*(.N); {
alias gtd-${i:t}='todo --database '${i}
}
+alias hat='head -$((LINES-1))'
+
alias irc='tmux attach'
alias lasth='last | head -$((LINES-1))'