summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-07-02 16:04:11 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-07-02 16:04:11 -0400
commitf8d7528a5a6ee83536ad397bbad8c46f5984d61f (patch)
tree2af66ef2f73442300066ec3b3a708740857afa8c /.bashrc
parent8d5dd1b09ca02e869c89ac87f89bc790bc7c29ee (diff)
parentd383205ac60fdcf39bf2b0f813d63f91cf6e9dd5 (diff)
Merge branch 'master' of gitorious.org:lukeshu-dotfiles/lukeshu-dotfiles
Conflicts: .emacs
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index 9609bc2..925ab3b 100644
--- a/.bashrc
+++ b/.bashrc
@@ -37,6 +37,7 @@ esac
# set a fancy prompt (non-color, unless we know we "want" color)
case "$TERM" in
+ linux) color_prompt=yes;;
*-color*) color_prompt=yes;;
*-256color*) color_prompt=yes;;
esac
@@ -95,3 +96,5 @@ fi
if [ -f /etc/bash_completion ]; then
. /etc/bash_completion
fi
+
+export TMPDIR="$HOME/tmp"