diff options
| author | daryll <dpierre@blizzack.com> | 2023-11-29 16:07:45 -0500 |
|---|---|---|
| committer | daryll <dpierre@blizzack.com> | 2023-11-29 16:07:45 -0500 |
| commit | b794adb98e2f159aa09543882b3ab7699e8bc8af (patch) | |
| tree | bd9473cedf6fac05018525b16dc7076dd64697b3 /ansible-practice/system/.bash_profile | |
| parent | d00dff82886992cdad94ac70bc438ec5b2bda1a2 (diff) | |
add .bash_profile; removed some backup files
Diffstat (limited to 'ansible-practice/system/.bash_profile')
| -rw-r--r-- | ansible-practice/system/.bash_profile | 3 |
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 |
