zsh: move completion.d and functions.d to usr/share
[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: Don Dez 06 23:21:33 CET 2007 [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 # Note that using zprofile and zlogin, you are able to
14 # run commands for login shells before and after zshrc.
15 #
16 # Global Order: zshenv, zprofile, zshrc, zlogin
17 ################################################################################
18 # nothing yet.
19 ## END OF FILE #################################################################
20 # vim:filetype=zsh foldmethod=marker autoindent expandtab shiftwidth=4