Rely on system-default umask

This commit is contained in:
Anthony Rose 2023-01-22 16:57:36 +00:00
parent 93371b754e
commit f11f1fe92a

View file

@ -154,8 +154,6 @@ do
_acp_add_path "$dir" _acp_add_path "$dir"
done done
umask 0022
# Other exports. # Other exports.
export PS1="${PS1:-\$ }" # Fallback prompt. export PS1="${PS1:-\$ }" # Fallback prompt.
export HISTFILE="" export HISTFILE=""