diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-07-02 16:04:11 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-07-02 16:04:11 -0400 |
commit | f8d7528a5a6ee83536ad397bbad8c46f5984d61f (patch) | |
tree | 2af66ef2f73442300066ec3b3a708740857afa8c /.bashrc | |
parent | 8d5dd1b09ca02e869c89ac87f89bc790bc7c29ee (diff) | |
parent | d383205ac60fdcf39bf2b0f813d63f91cf6e9dd5 (diff) |
Merge branch 'master' of gitorious.org:lukeshu-dotfiles/lukeshu-dotfiles
Conflicts:
.emacs
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |