From 67722ddb4200433493fecf5cfbac3690ef515f47 Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Wed, 11 Feb 2026 15:37:32 -0800 Subject: emacs various prog tweaks and abbrevs --- config/bash_profile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/bash_profile') diff --git a/config/bash_profile b/config/bash_profile index 88f4ed4..ffb5007 100644 --- a/config/bash_profile +++ b/config/bash_profile @@ -30,3 +30,7 @@ if [ -d ~/.local/bin ]; then export PATH=~/.local/bin:$PATH fi +if [ -d /usr/local/lib/pkgconfig ]; then + export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH +fi + -- cgit v1.2.3