From 17ded9899855ef70e2ff3e74998e345fd225fe2a Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Wed, 15 May 2019 13:00:45 +0530 Subject: [PATCH] Add .bash_profile --- bash/.bash_profile | 1 + 1 file changed, 1 insertion(+) create mode 100644 bash/.bash_profile diff --git a/bash/.bash_profile b/bash/.bash_profile new file mode 100644 index 0000000..3f56aa0 --- /dev/null +++ b/bash/.bash_profile @@ -0,0 +1 @@ +[[ -f ~/.bashrc ]] && . ~/.bashrc