From 49e5ee05aae7e0a69be0999cc55091cedbed73fd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 13 Nov 2022 00:02:57 -0500 Subject: Use consistent quoting --- bash/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- cgit v1.2.1