From: Simon Ruderich Date: Sat, 13 Apr 2013 01:34:11 +0000 (+0200) Subject: xinitrc: Ignore stdout from ssh-agent. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=ee50d987d926c57698e26894f645b7012566f88a xinitrc: Ignore stdout from ssh-agent. "Agent pid " clutters the log files and is not important to know. --- diff --git a/xinitrc b/xinitrc index 4962951..e10c6e2 100755 --- a/xinitrc +++ b/xinitrc @@ -37,7 +37,7 @@ installed() { if test -x /usr/bin/ssh-agent && test -f "$HOME/.ssh/id_rsa"; then # -s to force bourne shell output. This file is a bourne shell script even # if the environment might suggest otherwise. - eval `/usr/bin/ssh-agent -s` + eval `/usr/bin/ssh-agent -s` >/dev/null fi # Use a black background for the root window.