From: Iain Patterson Date: Fri, 12 Feb 2016 09:31:33 +0000 (+0000) Subject: Find urxvt256c silently. X-Git-Url: http://git.iain.cx/?p=profile.git;a=commitdiff_plain;h=edf8df9b6f669de383f8763daf87af730c22536a Find urxvt256c silently. --- diff --git a/.profile.d/variables.bashrc b/.profile.d/variables.bashrc index 3a07542..ab30ff1 100644 --- a/.profile.d/variables.bashrc +++ b/.profile.d/variables.bashrc @@ -3,7 +3,7 @@ export SSHTERM_TITLE=-title export SSHTERM_EXEC=-e unset LANG unset XMODIFIERS #:-( -if find_working urxvt256c; then +if find_working urxvt256c &>/dev/null; then export SSHTERM=urxvt256c else export SSHTERM=urxvt