summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
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"