diff options
| author | Thomas Ulmer <thomas.ulmer@redflagai.co> | 2026-02-11 15:37:32 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomas.ulmer@redflagai.co> | 2026-02-11 16:02:01 -0800 |
| commit | 67722ddb4200433493fecf5cfbac3690ef515f47 (patch) | |
| tree | dedd03202b9e4cfcb2f0b92d4a62aca963e68bdc /config/bash_profile | |
| parent | e1740f662083ebcd5573e6876ad3ecc8a8488cd9 (diff) | |
emacs various prog tweaks and abbrevs
Diffstat (limited to 'config/bash_profile')
| -rw-r--r-- | config/bash_profile | 4 |
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 + |
