From 43ac30729d07e5c4b514001092f107c5f92c923a Mon Sep 17 00:00:00 2001 From: PHO Date: Fri, 24 Oct 2014 12:49:59 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot-files/_zshrc b/dot-files/_zshrc index ff20eda..d800cc4 100644 --- a/dot-files/_zshrc +++ b/dot-files/_zshrc @@ -293,11 +293,11 @@ else fi # Run "fortune" if we aren't in a GNU Screen session. - if which fortune 2>&1 >/dev/null; then + if which fortune >/dev/null 2>&1; then fortune fi fi -if which ssh-agent-manager 2>&1 >/dev/null; then +if which ssh-agent-manager >/dev/null 2>&1; then eval `ssh-agent-manager -s` fi -- 2.40.0