From edf8df9b6f669de383f8763daf87af730c22536a Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Fri, 12 Feb 2016 09:31:33 +0000 Subject: [PATCH] Find urxvt256c silently. --- .profile.d/variables.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4