diff options
Diffstat (limited to 'bash/.bashrc')
-rw-r--r-- | bash/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index 20817d0..d097ec8 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/local/lib/pkgconfig:/usr/lib/pkgconfig +export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig:/usr/lib/pkgconfig" # colorize man man() { |