From d6e4526fa414b7d03e8972839b63bec76e2d1a6a Mon Sep 17 00:00:00 2001 From: bash Date: Mon, 12 Aug 2024 20:50:18 +0000 Subject: [PATCH] WIP --- script/{0_bashrc.sh => 0_variables.sh} | 0 setup.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename script/{0_bashrc.sh => 0_variables.sh} (100%) 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' !!!!!!!!"