summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-11-13 00:02:57 -0500
committerDavid Robillard <d@drobilla.net>2022-11-13 00:02:57 -0500
commit49e5ee05aae7e0a69be0999cc55091cedbed73fd (patch)
tree471eace0c9eb6e86243b9efb8f90095b48aecb3d
parent2b2f77bb2b9885f4bc48b18bee06e36901cb2086 (diff)
downloaddotfiles-49e5ee05aae7e0a69be0999cc55091cedbed73fd.tar.gz
dotfiles-49e5ee05aae7e0a69be0999cc55091cedbed73fd.tar.bz2
dotfiles-49e5ee05aae7e0a69be0999cc55091cedbed73fd.zip
Use consistent quoting
-rw-r--r--bash/.bashrc2
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() {