From e574b495cac41cffcc1e116785562e5735c0e950 Mon Sep 17 00:00:00 2001 From: Iain Patterson Date: Fri, 19 Oct 2007 08:18:07 +0000 Subject: [PATCH] Added SCREENDIR. git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@79 6be0d1a5-5cfe-0310-89b6-964be062b18b --- .profile.d/variables.bashrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.profile.d/variables.bashrc b/.profile.d/variables.bashrc index aaaa1f3..0a6d965 100644 --- a/.profile.d/variables.bashrc +++ b/.profile.d/variables.bashrc @@ -7,10 +7,11 @@ export TERM=linux export LC_CTYPE=en_GB export LS_OPTIONS="--color=auto -F -b" export VISUAL=vim -eval `dircolors` -export PATH=~/bin:"$PATH" +eval `dircolors` 2>/dev/null unset XMODIFIERS #:-( export SSHTERM="urxvt" export SSHTERM_TITLE="-title" export SSHTERM_EXEC="-e" export GREP_COLOR='0;33' +export SCREENDIR="$HOME/.screen/$HOSTNAME" +#mkdir -p "$SCREENDIR" -- 2.20.1