summaryrefslogtreecommitdiff
path: root/ansible-practice/system/.bash_profile
diff options
context:
space:
mode:
authordaryll <dpierre@blizzack.com>2023-11-29 16:07:45 -0500
committerdaryll <dpierre@blizzack.com>2023-11-29 16:07:45 -0500
commitb794adb98e2f159aa09543882b3ab7699e8bc8af (patch)
treebd9473cedf6fac05018525b16dc7076dd64697b3 /ansible-practice/system/.bash_profile
parentd00dff82886992cdad94ac70bc438ec5b2bda1a2 (diff)
add .bash_profile; removed some backup files
Diffstat (limited to 'ansible-practice/system/.bash_profile')
-rw-r--r--ansible-practice/system/.bash_profile3
1 files changed, 3 insertions, 0 deletions
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