Files
dotfiles/bashrc.d/libpath.bash

4 lines
84 B
Bash

if [ -d "$HOME/lib" ] ; then
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/lib
fi