From 9405ac0c4618b70e8d8c31cc2a2b611bd6436c01 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 20 Feb 2012 15:58:05 -0500 Subject: [PATCH] Unset `x` (used when setting up GDFONTPATH) in .bashrc.d/05local_paths. --- src/.bashrc.d/05local_paths | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/.bashrc.d/05local_paths b/src/.bashrc.d/05local_paths index 2452b9e..e6d42eb 100644 --- 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 # -- 2.26.2