From f11f1fe92ad1ca4b8611da3f44dba0a8798fec9d Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sun, 22 Jan 2023 16:57:36 +0000 Subject: [PATCH] Rely on system-default umask --- roles/home-cli/files/profile | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/home-cli/files/profile b/roles/home-cli/files/profile index b27d152..a09eca5 100644 --- a/roles/home-cli/files/profile +++ b/roles/home-cli/files/profile @@ -154,8 +154,6 @@ do _acp_add_path "$dir" done -umask 0022 - # Other exports. export PS1="${PS1:-\$ }" # Fallback prompt. export HISTFILE=""