summaryrefslogtreecommitdiffstats
path: root/bash
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-11-12 21:20:23 -0500
committerDavid Robillard <d@drobilla.net>2022-11-12 21:20:23 -0500
commit59ce326ba02b5fa7ab3f434f34ea3eab887dfda2 (patch)
tree579f3905cf5f8ffd155131cc169d257af211203f /bash
parent5f7f71a06ee3da643d6a596478f43430125c2077 (diff)
downloaddotfiles-59ce326ba02b5fa7ab3f434f34ea3eab887dfda2.tar.gz
dotfiles-59ce326ba02b5fa7ab3f434f34ea3eab887dfda2.tar.bz2
dotfiles-59ce326ba02b5fa7ab3f434f34ea3eab887dfda2.zip
Fix PKG_CONFIG_PATH priority
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 37af72e..20817d0 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -104,7 +104,7 @@ export WINDOW_MANAGER="/usr/bin/bspwm"
export GTK_IM_MODULE="xim"
export EDITOR="emacsclient"
export PAGER="less"
-export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig
+export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig
# colorize man
man() {