# set PATH so it includes user's private bin if it exists if [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH" fi if [ -d "$HOME/.local/opt/spv/bin" ] ; then PATH="$HOME/.local/opt/spv/bin:$PATH" fi