dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit bbe0bec265cb861dd569776d66bab5d18e1e117c (patch)
parent d00c628ed89089c5ea68d8e759fe81aa23c911f4
Author: Alexander Karle <akarle@umass.edu>
Date:   Wed,  2 May 2018 03:05:44 -0400

Source new bashrc on install

Diffstat:
Minstall.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/install.sh b/install.sh @@ -157,3 +157,6 @@ echo "${MAGENTA} _${BLUE} | (_| | ( (_| | | | | __/ (_| | (_) | |_\__ \ " echo "${MAGENTA}(_)${BLUE} \__,_|_|\_\__,_|_| |_|\___|\__,_|\___/ \__|___/ " printf ${RESET} echo "" + +# source bash +source ~/.bashrc