From 6dc2382dbfd7648090e5c62afe27bb3d8b02880a Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Mon, 29 Jul 2019 11:56:16 +0200 Subject: [PATCH] [bash] Add empty profile (... configure later) --- .bash_profile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .bash_profile diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..5545f00 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,5 @@ +# +# ~/.bash_profile +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc