From 166ac4ce48d97b1400bf3f242b65f99bd94d0950 Mon Sep 17 00:00:00 2001 From: The Magician Date: Sun, 10 Dec 2023 16:25:47 +0000 Subject: [PATCH] Add .bash_profile --- bash/.bash_profile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bash/.bash_profile diff --git a/bash/.bash_profile b/bash/.bash_profile new file mode 100644 index 0000000..1b8228a --- /dev/null +++ b/bash/.bash_profile @@ -0,0 +1,5 @@ +#!/bin/bash + +if [[ -f ~/.bashrc ]]; then + source ~/.bashrc +fi