From 34c02a83073900eb87311299807f57abaeb64c59 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 1 Jun 2010 17:09:51 +0200 Subject: [Funcs] >/dev/null 2>&1 --- 01_Functions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '01_Functions.zsh') diff --git a/01_Functions.zsh b/01_Functions.zsh index 06f56e7..6d7bf24 100644 --- a/01_Functions.zsh +++ b/01_Functions.zsh @@ -19,7 +19,7 @@ cmd_exists () { - whereis -b $1 2>/dev/null >&2 + whereis -b $1 >/dev/null 2>&1 } term_title() -- cgit v1.2.3