From f390f01c67b92b4c4f520e8c64fc518beb235f90 Mon Sep 17 00:00:00 2001 From: Marc Pervaz Boocha Date: Mon, 29 Jan 2024 14:32:38 +0530 Subject: Probally Should update more often --- .bash_profile | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 82ea3c8..ad8dc45 100644 --- a/.bash_profile +++ b/.bash_profile @@ -1,9 +1,6 @@ -#!/bin/bash -l +# +# ~/.bash_profile +# -for i in ~/.profile ~/.bashrc -do - if test -f "$i" - then - . "$i" - fi -done +[[ -f ~/.profile ]] && . ~/.profile +[[ -f ~/.bashrc ]] && . ~/.bashrc -- cgit v1.2.3-70-g09d2