From 5ac810d415b71379d23d1e13c07f23ed146ee726 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 10 May 2014 17:47:24 +0200 Subject: [PATCH] sys/bashrc: Search for /etc/profile in ~/.etc/profile, too --- sys/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/bashrc b/sys/bashrc index 33fd599..efb445f 100644 --- a/sys/bashrc +++ b/sys/bashrc @@ -8,6 +8,7 @@ BASHRCREAD="true" [ -z "$PROFILEREAD" -a -r /etc/profile ] && source /etc/profile +[ -z "$PROFILEREAD" -a -r ~/.etc/profile ] && source ~/.etc/profile # Interactive shell? [ "$PS1" ] || return -- 2.39.2