# Add local bin to PATH local_bin="$HOME/.local/bin" if [ -d "$local_bin" ]; then PATH="$local_bin:$PATH" fi unset local_bin