summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
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))'