From 01067990cce27b7af94506f583de025d28e31c1b Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 5 Sep 2021 12:06:19 -0500 Subject: Change bootstrapping method Now uses a script, ./bootstrap.sh, and a file, ./bootstrap.manifest. --- bash/bash_profile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bash/bash_profile (limited to 'bash/bash_profile') diff --git a/bash/bash_profile b/bash/bash_profile new file mode 100644 index 0000000..4439ca7 --- /dev/null +++ b/bash/bash_profile @@ -0,0 +1,4 @@ +# bash_profile + +[[ -f ~/.profile ]] && source ~/.profile +[[ -f ~/.bashrc ]] && source ~/.bashrc -- cgit 1.4.1-21-gabe81