Release new version 0.19.7
[grml-etc-core.git] / etc / zsh / zprofile
1 # Filename:      zprofile
2 # Purpose:       system-wide .zprofile file for zsh(1)
3 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
4 # Bug-Reports:   see http://grml.org/bugs/
5 # License:       This file is licensed under the GPL v2.
6 ################################################################################
7 # This file is sourced only for login shells (i.e. shells
8 # invoked with "-" as the first character of argv[0], and
9 # shells invoked with the -l flag). It's read after zshenv.
10 #
11 # Global Order: zshenv, zprofile, zshrc, zlogin
12 ################################################################################
13 # nothing yet
14 ## END OF FILE #################################################################
15 # vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4