diff --git a/bashrc.d/libpath.bash b/bashrc.d/libpath.bash new file mode 100644 index 0000000..146752a --- /dev/null +++ b/bashrc.d/libpath.bash @@ -0,0 +1,3 @@ +if [ -d "$HOME/lib" ] ; then + export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/lib +fi diff --git a/bashrc.d/pkgconfig.bash b/bashrc.d/pkgconfig.bash new file mode 100644 index 0000000..f171c25 --- /dev/null +++ b/bashrc.d/pkgconfig.bash @@ -0,0 +1,4 @@ +if [ -d "$HOME/lib/pkgconfig" ] ; then + export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$HOME/lib/pkgconfig" +fi +