zsh: Make sure xsource works in any case; add modelines for vim
[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: Don Dez 06 23:21:02 CET 2007 [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). It's read after zshenv.
11 #
12 # Global Order: zshenv, zprofile, zshrc, zlogin
13 ################################################################################
14 # nothing yet
15 ## END OF FILE #################################################################
16 # vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4