From 6d9108ce5379aeacc7373458aa556c1c0cba2638 Mon Sep 17 00:00:00 2001 From: Mehdi Sadeghi Date: Wed, 26 May 2021 11:30:38 +0200 Subject: Fix loading bashrc and env. --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index 873899c..75ead8a 100644 --- a/.profile +++ b/.profile @@ -21,4 +21,4 @@ export _JAVA_AWT_WM_NONREPARENTING=1 export GDK_BACKEND=wayland [ -e .config/$(hostname).profile ] && . .config/$(hostname).profile -[ $SHELL = "/bin/bash" ] && [ -f ~/.bashrc ] && . ~/.bashrc +[ $0 = bash ] && [ -f ~/.bashrc ] && . ~/.bashrc -- cgit v1.2.3