diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-08-28 11:53:57 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-08-28 11:53:57 +0200 |
commit | eb23aefbd48bd3b344b36b111832e7b4dcfca2a0 (patch) | |
tree | 1d401292b8025ad9faa58688ac767a47823a751d | |
parent | da303e7b09f7b53a2cbcd7a293e3db6ecee9d250 (diff) |
add hat alias
-rw-r--r-- | etc/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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))' |