X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.profile.d%2Fvariables.bashrc;fp=.profile.d%2Fvariables.bashrc;h=0a6d965b60bf03d3d6768ca854c18ec29710a65c;hp=aaaa1f389c549bc6c1051cfd28f111a2c79b2ea9;hb=e574b495cac41cffcc1e116785562e5735c0e950;hpb=f9011e764d66e82897e8e2addee9e2aef7dbe634 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"