# prepend pyenv based python, in case there's any if [ -d "$HOME/.local/bin" ] && [ -d "$HOME/.pyenv/shims" ]; then PATH="$HOME/.local/bin:$HOME/.pyenv/shims:$PATH" fi ## RASPBERRY PI if [[ "$HOST" == *pitheunlord* ]]; then PATH=$PATH:"/opt/vc/bin:/opt/vc/sbin" fi # Prepend $HOME/bin and append /usr/sbin to PATH (for Debilian) PATH="$HOME/bin:$PATH:/usr/sbin"