From 6650254ec368fce302201f74aa74a123f1b57bea Mon Sep 17 00:00:00 2001 From: Joursoir Date: Tue, 8 Mar 2022 15:44:02 +0300 Subject: add .bash_profile --- .bash_profile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .bash_profile diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..aa54203 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,7 @@ +# +# ~/.bash_profile +# +# Bash executes this file on interactive login shell +# + +[[ -f ~/.bashrc ]] && . ~/.bashrc -- cgit v1.2.3-18-g5258