initial checkin
[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 # Latest change: Fri Nov 11 00:08:57 CET 2005 [mika]
7 ################################################################################
8 # This file is sourced only for login shells (i.e. shells
9 # invoked with "-" as the first character of argv[0], and
10 # shells invoked with the -l flag.)
11 #
12 # Global Order: zshenv, zprofile, zshrc, zlogin
13 ################################################################################
14 # nothing yet
15 ## END OF FILE #################################################################