summaryrefslogtreecommitdiff
path: root/home/.ansible/roles/bash_config/files/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to 'home/.ansible/roles/bash_config/files/.bash_profile')
-rw-r--r--home/.ansible/roles/bash_config/files/.bash_profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/.ansible/roles/bash_config/files/.bash_profile b/home/.ansible/roles/bash_config/files/.bash_profile
new file mode 100644
index 0000000..a6c2023
--- /dev/null
+++ b/home/.ansible/roles/bash_config/files/.bash_profile
@@ -0,0 +1,3 @@
+if [ -f ~/.bashrc ]; then
+ . ~/.bashrc
+fi