make kernel command line options configurable.
[noc.git] / ansible / roles / base / files / zprofile
1 # /etc/zsh/zprofile: system-wide .zprofile file for zsh(1).
2 #
3 # This file is sourced only for login shells (i.e. shells
4 # invoked with "-" as the first character of argv[0], and
5 # shells invoked with the -l flag.)
6 #
7 # Global Order: zshenv, zprofile, zshrc, zlogin
8 umask 077
9 emulate sh -c 'source /etc/profile'