vars: umask 007

This commit is contained in:
dogeystamp 2024-08-04 15:52:06 -04:00
parent 672a062233
commit b5c7789e6e
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -5,6 +5,9 @@ if [ -n "$VARS_SET" ]; then
fi
export VARS_SET=1
# by default chmod o-rwx
umask 007
# Set XDG directories
export XDG_CONFIG_HOME="$HOME"/.config
export XDG_CACHE_HOME="$HOME"/.cache