# # ~/.bashrc # # If not running interactively, don't do anything. [[ $- != *i* ]] && return # Adds `~/.local/bin` to $PATH export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | paste -sd ':')"