aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-12-22 09:54:26 -0300
committerEuAndreh <eu@euandre.org>2025-12-22 09:54:42 -0300
commit25ca87de384d59e02c01d97daad7b088357f0a67 (patch)
tree8702b5c23770e96be2ebc8884a45e468ed37d590 /etc
parentetc/ssh/: Update lawtech's rsync.net account (diff)
downloaddotfiles-25ca87de384d59e02c01d97daad7b088357f0a67.tar.gz
dotfiles-25ca87de384d59e02c01d97daad7b088357f0a67.tar.xz
etc/sh/rc: Add explicit umask value
For some reason, my umask changed to 0117. It is still 0022 in /etc/profile. Dunno.
Diffstat (limited to 'etc')
-rw-r--r--etc/sh/rc1
1 files changed, 1 insertions, 0 deletions
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:-}"