# System-wide profile for interactive zsh(1) login shells. # Setup user specific overrides for this in ~/.zprofile. See zshbuiltins(1) # and zshoptions(1) for more details. if [ -z "$LANG" ]; then export LANG=C.UTF-8 fi if [ -x /usr/libexec/path_helper ]; then eval `/usr/libexec/path_helper -s` fi