X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=.profile.d%2Fvariables.bashrc;h=0a6d965b60bf03d3d6768ca854c18ec29710a65c;hb=e574b495cac41cffcc1e116785562e5735c0e950;hp=941ed1a8ff944e7c362260c70dc54a5a9deb7247;hpb=8016c18a3e2f3d351970d7c78f35d91df38123b3;p=profile.git diff --git a/.profile.d/variables.bashrc b/.profile.d/variables.bashrc index 941ed1a..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 GREP_COLOR='0;33' +export SCREENDIR="$HOME/.screen/$HOSTNAME" +#mkdir -p "$SCREENDIR"