From 50bab5e721e162aa88dd0d1c79c5ffffd115d01a Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Wed, 14 Dec 2022 16:14:39 +0200 Subject: [PATCH] Fixing profile sourcing --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index bc9b89a..cc3a82d 100644 --- a/bashrc +++ b/bashrc @@ -1,4 +1,4 @@ -source .profile +source $HOME/.profile if [[ $- != *i* ]] ; then # Shell is non-interactive. Be done now! return