From ec0d37e0c0cb304332909a05bd9f984463b6fcae Mon Sep 17 00:00:00 2001 From: Marc Pervaz Boocha Date: Wed, 31 Aug 2022 17:39:04 +0530 Subject: Initial Commit --- .bash_profile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .bash_profile (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile new file mode 100644 index 0000000..82ea3c8 --- /dev/null +++ b/.bash_profile @@ -0,0 +1,9 @@ +#!/bin/bash -l + +for i in ~/.profile ~/.bashrc +do + if test -f "$i" + then + . "$i" + fi +done -- cgit v1.2.3-70-g09d2