diff options
Diffstat (limited to 'testing/bash/dot.bash_profile')
-rw-r--r-- | testing/bash/dot.bash_profile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/bash/dot.bash_profile b/testing/bash/dot.bash_profile new file mode 100644 index 000000000..5545f007e --- /dev/null +++ b/testing/bash/dot.bash_profile @@ -0,0 +1,5 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc |