projects
/
dotfiles-public.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c320b64
)
Unset `x` (used when setting up GDFONTPATH) in .bashrc.d/05local_paths.
author
W. Trevor King
<wking@drexel.edu>
Mon, 20 Feb 2012 20:58:05 +0000
(15:58 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Mon, 20 Feb 2012 20:58:05 +0000
(15:58 -0500)
src/.bashrc.d/05local_paths
patch
|
blob
|
history
diff --git
a/src/.bashrc.d/05local_paths
b/src/.bashrc.d/05local_paths
index 2452b9e44c6c299f15c1ef6fd717fcbf56499b03..e6d42eb31c67e887be8ae952145712898ff21c86 100644
(file)
--- a/
src/.bashrc.d/05local_paths
+++ b/
src/.bashrc.d/05local_paths
@@
-18,6
+18,8
@@
if [ -d /usr/share/fonts/ ]; then
GDFONTPATH="${GDFONTPATH:1}";
export GDFONTPATH
fi
+# Minimize environment pollution
+unset x
# personalize python path
#