diff options
author | David Robillard <d@drobilla.net> | 2022-11-13 00:02:57 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-11-13 00:02:57 -0500 |
commit | 49e5ee05aae7e0a69be0999cc55091cedbed73fd (patch) | |
tree | 471eace0c9eb6e86243b9efb8f90095b48aecb3d /bash | |
parent | 2b2f77bb2b9885f4bc48b18bee06e36901cb2086 (diff) | |
download | dotfiles-49e5ee05aae7e0a69be0999cc55091cedbed73fd.tar.gz dotfiles-49e5ee05aae7e0a69be0999cc55091cedbed73fd.tar.bz2 dotfiles-49e5ee05aae7e0a69be0999cc55091cedbed73fd.zip |
Use consistent quoting
Diffstat (limited to 'bash')
-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() { |