Release new version 0.19.7
[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 ################################################################################
7 # This file is sourced only for login shells. It
8 # should contain commands that should be executed only
9 # in login shells. It should be used to set the terminal
10 # type and run a series of external commands (fortune,
11 # msgs, from, etc.)
12 # Note that using zprofile and zlogin, you are able to
13 # run commands for login shells before and after zshrc.
14 #
15 # Global Order: zshenv, zprofile, zshrc, zlogin
16 ################################################################################
17 # nothing yet.
18 ## END OF FILE #################################################################
19 # vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4