fix munin 1
[mirror/dsa-puppet.git] / modules / debian-org / files / etc.zsh / zprofile
1 #
2 # THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 # USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 #
5
6 # /etc/zsh/zprofile: system-wide .zprofile file for zsh(1).
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 if [ -e /etc/profile.d/timeout.sh ]; then
15   .  /etc/profile.d/timeout.sh
16 fi