chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
dot/bashrc, dot/shell-rc: Set TMPDIR as common per-shell behaviour.
[profile]
/
dot
/
bashrc
diff --git
a/dot/bashrc
b/dot/bashrc
index 6d06f7eedc58f18b6c74c7e1e31e92c0a1385603..28d9bf960d72b0155e407c787883b82ea69d6a3a 100644
(file)
--- a/
dot/bashrc
+++ b/
dot/bashrc
@@
-22,10
+22,6
@@
__mdw_source_if_exists /etc/bashrc
## Completion.
__mdw_source_if_exists /etc/bash_completion "$HOME/.bash_completion"
## Completion.
__mdw_source_if_exists /etc/bash_completion "$HOME/.bash_completion"
-## Set the temporary directory again. (If we've switched users, we'll want a
-## different temporary directory.)
-case ${TMPDIR+t} in t) ;; *) eval $(tmpdir -b); esac
-
###--------------------------------------------------------------------------
### Prompt hacking.
###--------------------------------------------------------------------------
### Prompt hacking.