From 27cc11031345fc3df1c1f2e7667fe18045a61a67 Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 21 Jun 2023 17:31:29 +0200 Subject: Source .profile --- .bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.bashrc b/.bashrc index eaa8042..5ab7e27 100644 --- a/.bashrc +++ b/.bashrc @@ -9,6 +9,11 @@ # ~/.bashrc # +if [[ $- != *i* ]]; then + . ~/.profile + return +fi + # Get the current active terminal term="$(cat /proc/$PPID/comm)" -- cgit v1.2.3