summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2008-09-30 10:44:28 +0200
committerHugues Hiegel <hugues@hiegel.fr>2008-09-30 10:46:16 +0200
commit6bc5da89affca0d42f1d59b2dc4ec701fb952f87 (patch)
tree4f1b4eb723ed9c684507fd27176bbca2f96ffce5
parent44d53dcccd5b0ae48deb1a1632bf5600b2c674a0 (diff)
When outputs an header of 2 lines which annoys me...
-rw-r--r--.zlogin2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zlogin b/.zlogin
index a1f2e0e..f71de86 100644
--- a/.zlogin
+++ b/.zlogin
@@ -8,7 +8,7 @@ then
if [ "$TODAY" != "$LATEST" ]
then
- when w --calendar=~/.when/birthdays > ~/.when/.today
+ when w --calendar=~/.when/birthdays | tail -n+3 > ~/.when/.today
fi
if [ -s ~/.when/.today ]