summaryrefslogtreecommitdiff
path: root/config/bash_profile
diff options
context:
space:
mode:
authorThomas Ulmer <thomas.ulmer@redflagai.co>2026-02-11 15:37:32 -0800
committerThomas Ulmer <thomas.ulmer@redflagai.co>2026-02-11 16:02:01 -0800
commit67722ddb4200433493fecf5cfbac3690ef515f47 (patch)
treededd03202b9e4cfcb2f0b92d4a62aca963e68bdc /config/bash_profile
parente1740f662083ebcd5573e6876ad3ecc8a8488cd9 (diff)
emacs various prog tweaks and abbrevs
Diffstat (limited to 'config/bash_profile')
-rw-r--r--config/bash_profile4
1 files changed, 4 insertions, 0 deletions
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
+