diff --git a/env.c b/env.c index 47761f97e..342c83092 100644 --- a/env.c +++ b/env.c @@ -55,7 +55,7 @@ /** Command used to start fishd */ -#define FISHD_CMD L"if which fishd >/dev/null; fishd ^/tmp/fishd.log.%s; end" +#define FISHD_CMD L"if which fishd 2>/dev/null >/dev/null; fishd ^/tmp/fishd.log.%s; end" /** Value denoting a null string