From 387b6c23f1ea780ec1a5fe47ab13e0b5b80d4cbc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 10 Nov 2020 17:59:17 +0100 Subject: Set sane default PKG_CONFIG_PATH --- bash/.bashrc | 1 + 1 file changed, 1 insertion(+) (limited to 'bash') 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() { -- cgit v1.2.1