diff options
-rw-r--r-- | bash/.bashrc | 2 |
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() { |