psss / rpms / zsh

Forked from rpms/zsh 5 years ago
Clone
00e87b8
# /etc/zsh/zshenv: system-wide .zshenv file for zsh(1).
cvsdist abdd31b
#
00e87b8
# This file is sourced on all invocations of the shell.
00e87b8
# If the -f flag is present or if the NO_RCS option is
00e87b8
# set within this file, all other initialization files
00e87b8
# are skipped.
00e87b8
#
00e87b8
# This file should contain commands to set the command
00e87b8
# search path, plus other important environment variables.
00e87b8
# This file should not contain commands that produce
cvsdist abdd31b
# output or assume the shell is attached to a tty.
cvsdist abdd31b
#
00e87b8
# Global Order: zshenv, zprofile, zshrc, zlogin
cvsdist cf11e41