psss / rpms / zsh

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