#!/bin/bash

NEW=${NEW:-/home/${USERNAME}/.local/bin/}
PATH="${NEW}:${PATH}"
