summaryrefslogtreecommitdiff
path: root/.zlogin
diff options
context:
space:
mode:
Diffstat (limited to '.zlogin')
-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 ]