diff --git a/.bashrc b/.bashrc index 1dc6ce7..2380f21 100644 --- a/.bashrc +++ b/.bashrc @@ -163,11 +163,12 @@ fi # dh_make configuration DEBEMAIL="feedback@starbeamrainbowlabs.com" DEBFULLNAME="Starbeamrainbowlabs" -export DEBEMAIL DEBFULLNAME +export DEBEMAIL DEBFULLNAME; # micro true colour support export MICRO_TRUECOLOR=1; +# Add ~/bin & /sbin to PATH if they haven't already been added if [[ ":$PATH:" != *":$HOME/bin:"* ]]; then export PATH=$PATH:$HOME/bin; fi