From a1bc648d48e845539ff7e090b1056c89dee81a3f Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Thu, 14 Apr 2022 09:26:51 +0200 Subject: Repo Init --- .bash_profile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .bash_profile (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..37ea25c --- /dev/null +++ b/.bash_profile @@ -0,0 +1,2 @@ +# Honor per-interactive-shell startup file +if [ -f ~/.bashrc ]; then . ~/.bashrc; fi -- cgit v1.2.3