From 25ca87de384d59e02c01d97daad7b088357f0a67 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 22 Dec 2025 09:54:26 -0300 Subject: etc/sh/rc: Add explicit umask value For some reason, my umask changed to 0117. It is still 0022 in /etc/profile. Dunno. --- etc/sh/rc | 1 + 1 file changed, 1 insertion(+) (limited to 'etc/sh') diff --git a/etc/sh/rc b/etc/sh/rc index e518c28..173b965 100644 --- a/etc/sh/rc +++ b/etc/sh/rc @@ -2,6 +2,7 @@ # shellcheck disable=1090,1091 export ENV=~/.profile +umask 0022 export XDG_DATA_DIRS="$XDG_DATA_HOME/flatpak/exports/share:/var/lib/flatpak/exports/share${XDG_DATA_DIRS:+:}${XDG_DATA_DIRS:-}" -- cgit v1.2.3