Skip to content

Instantly share code, notes, and snippets.

@xanderle

xanderle/zshenv Secret

Created December 16, 2020 21:33
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save xanderle/fc9467680f5e9775e149f3951490241b to your computer and use it in GitHub Desktop.
# /etc/zshenv: DO NOT EDIT -- this file has been generated automatically.
# This file is read for all shells.
# Only execute this file once per shell.
# But don't clobber the environment of interactive non-login children!
if [ -n "$__ETC_ZSHENV_SOURCED" ]; then return; fi
export __ETC_ZSHENV_SOURCED=1
# Don't execute this file when running in a pure nix-shell.
if test -n "$IN_NIX_SHELL"; then return; fi
if [ -z "$__NIX_DARWIN_SET_ENVIRONMENT_DONE" ]; then
. /nix/store/wawgj5pal95h5pznsi764x53ifqvgpjb-set-environment
fi
# Read system-wide modifications.
if test -f /etc/zshenv.local; then
source /etc/zshenv.local
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment