summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-10 17:59:17 +0100
committerDavid Robillard <d@drobilla.net>2020-11-10 17:59:17 +0100
commit387b6c23f1ea780ec1a5fe47ab13e0b5b80d4cbc (patch)
tree2a1d1c4aed26ba3d929503f490a23fa0031fc47b
parent46512193f70f93ae5d3dc3ab16072718d9d6d35d (diff)
downloaddotfiles-387b6c23f1ea780ec1a5fe47ab13e0b5b80d4cbc.tar.gz
dotfiles-387b6c23f1ea780ec1a5fe47ab13e0b5b80d4cbc.tar.bz2
dotfiles-387b6c23f1ea780ec1a5fe47ab13e0b5b80d4cbc.zip
Set sane default PKG_CONFIG_PATH
-rw-r--r--bash/.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 5e71926..2e4e204 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -106,6 +106,7 @@ export GTK_IM_MODULE="xim"
export EDITOR="emacsclient"
export CXX=/usr/lib/ccache/g++-6
export CC=/usr/lib/ccache/gcc-6
+export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig
# colorize man
man() {