if [[ ":$PATH:" != *":$HOME/.local/bin"* ]]; then echo "Your path is missing ~/.local/bin" PATH=$HOME/.local/bin:$PATH echo $PATH fi