diff --git a/script/0_bashrc.sh b/script/0_variables.sh similarity index 100% rename from script/0_bashrc.sh rename to script/0_variables.sh diff --git a/setup.sh b/setup.sh index 53b6732..4abb756 100755 --- a/setup.sh +++ b/setup.sh @@ -11,7 +11,7 @@ set +a # stop exporting ########################################################################################## # Import system vars and aliases into ~/.bashrc ########################################################################################## -source ${ROOT_DIR}/script/0_bashrc.sh +source ${ROOT_DIR}/script/0_variables.sh echo " " echo "###########################################################################################" echo "## After first run TYPE 'source ~/.bashrc' !!!!!!!!"