summaryrefslogtreecommitdiff
path: root/ansible-practice/system/.bash_profile
diff options
context:
space:
mode:
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