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