From 1a0eeb2daf774fa9b0cd387626fe479965651e48 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Wed, 3 Jan 2018 22:28:24 +0000 Subject: [PATCH] Commit .bashrc --- .bashrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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