From 172be2cd115af1c480d58703de8327eddf2c62c4 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 5 Jan 2011 18:42:50 +0100 Subject: [PATCH] zsh/rc: Run rem with -h (hush) to prevent unnecessary output. --- zsh/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/rc b/zsh/rc index dc797dc..8da458d 100644 --- 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 } -- 2.44.2