From b794adb98e2f159aa09543882b3ab7699e8bc8af Mon Sep 17 00:00:00 2001 From: daryll Date: Wed, 29 Nov 2023 16:07:45 -0500 Subject: add .bash_profile; removed some backup files --- ansible-practice/system/.bash_profile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ansible-practice/system/.bash_profile (limited to 'ansible-practice/system/.bash_profile') diff --git a/ansible-practice/system/.bash_profile b/ansible-practice/system/.bash_profile new file mode 100644 index 0000000..a6c2023 --- /dev/null +++ b/ansible-practice/system/.bash_profile @@ -0,0 +1,3 @@ +if [ -f ~/.bashrc ]; then + . ~/.bashrc +fi -- cgit v1.2.3-54-g00ecf