From f93b6f46a626338e98244177cf11f548e4270b00 Mon Sep 17 00:00:00 2001 From: deepend Date: Sun, 12 Dec 2021 08:07:43 +0000 Subject: [PATCH] add .bash_profile --- .bash_profile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .bash_profile diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..55136b9 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,8 @@ +# .bash_profile + +# Get the aliases and functions +if [ -f ~/.bashrc ]; then + . ~/.bashrc +fi + +# User specific environment and startup programs