X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.profile.d%2Fvariables.bashrc;h=a4fda1eff163b516d09171a87285b8a41bba1410;hp=616be4e69d0ec13274b5ee76d2d13eb323e43ecc;hb=8a304871323fd8c0ab81b81a9082f07d03a1fa0c;hpb=506b1084a423c7b3462495db47bc5762133197e5 diff --git a/.profile.d/variables.bashrc b/.profile.d/variables.bashrc index 616be4e..a4fda1e 100644 --- a/.profile.d/variables.bashrc +++ b/.profile.d/variables.bashrc @@ -1,4 +1,3 @@ -# $Id$ export SSHTERM=urxvtc export SSHTERM_TITLE=-title export SSHTERM_EXEC=-e @@ -27,7 +26,7 @@ else fi # Override SCREENDIR iff screen is not setuid. -screen=$(which screen 2>/dev/null) +screen=$(which screen &>/dev/null) if [ ! -z "$screen" ]; then if ! ls -l "$screen" | cut -d ' ' -f 1 | grep s >/dev/null; then export SCREENDIR="$HOME/.screen/$HOSTNAME"