X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=ansible%2Froles%2Fbase%2Ffiles%2Fzprofile;fp=ansible%2Froles%2Fbase%2Ffiles%2Fzprofile;h=4fd82adfe5d3909ac224393e9f1556e3b25b3d43;hb=01f62a252f9a86729bacefb9c6fd2fd7675a2694;hp=0000000000000000000000000000000000000000;hpb=2efc4cf20ed8970f4a9505299476b971b48fbd82;p=noc.git diff --git a/ansible/roles/base/files/zprofile b/ansible/roles/base/files/zprofile new file mode 100644 index 0000000..4fd82ad --- /dev/null +++ b/ansible/roles/base/files/zprofile @@ -0,0 +1,9 @@ +# /etc/zsh/zprofile: system-wide .zprofile file for zsh(1). +# +# This file is sourced only for login shells (i.e. shells +# invoked with "-" as the first character of argv[0], and +# shells invoked with the -l flag.) +# +# Global Order: zshenv, zprofile, zshrc, zlogin +umask 077 +emulate sh -c 'source /etc/profile'