git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9011e7
)
Added SCREENDIR.
author
Iain Patterson
<me@iain.cx>
Fri, 19 Oct 2007 08:18:07 +0000
(08:18 +0000)
committer
Iain Patterson
<me@iain.cx>
Fri, 19 Oct 2007 08:18:07 +0000
(08:18 +0000)
git-svn-id: https://svn.cambridge.iain.cx/profile/trunk@79
6be0d1a5
-5cfe-0310-89b6-
964be062b18b
.profile.d/variables.bashrc
patch
|
blob
|
history
diff --git
a/.profile.d/variables.bashrc
b/.profile.d/variables.bashrc
index
aaaa1f3
..
0a6d965
100644
(file)
--- 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"