From: PHO Date: Fri, 24 Oct 2014 03:49:59 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=commitdiff_plain;h=43ac30729d07e5c4b514001092f107c5f92c923a Auto commit by The Sugar System. --- 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