]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
zsh/rc: Run rem with -h (hush) to prevent unnecessary output.
authorSimon Ruderich <simon@ruderich.org>
Wed, 5 Jan 2011 17:42:50 +0000 (18:42 +0100)
committerSimon Ruderich <simon@ruderich.org>
Wed, 5 Jan 2011 17:42:50 +0000 (18:42 +0100)
zsh/rc

diff --git a/zsh/rc b/zsh/rc
index dc797dcf2a0d39a421682286f0179e9fc37bf425..8da458dbf6c38821ea60f9f7c4f8d2f3c5e286ac 100644 (file)
--- a/zsh/rc
+++ b/zsh/rc
@@ -640,7 +640,7 @@ done &)
 # Run reminder and redisplay it every four hours (if it's available).
 PERIOD=14400
 periodic() {
-    which rem > /dev/null && rem
+    which rem > /dev/null && rem -h
 }