initial checkin
[grml-etc-core.git] / etc / zsh / zlogin
1 # Filename:      zlogin
2 # Purpose:       system-wide .zlogin 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: Die Nov 16 13:25:04 CET 2004 [mika]
7 ################################################################################
8 # This file is sourced only for login shells. It
9 # should contain commands that should be executed only
10 # in login shells. It should be used to set the terminal
11 # type and run a series of external commands (fortune,
12 # msgs, from, etc.)
13 #
14 # Global Order: zshenv, zprofile, zshrc, zlogin
15 ################################################################################
16 # nothing yet.
17 ## END OF FILE #################################################################