# ~/.zshenv - Environment variables for ALL shells (including non-interactive)
# This file is sourced first, before .zshrc
# Only put truly global environment variables here

# Editor
export EDITOR='vim'

# Locale (uncomment if needed)
# export LANG=en_US.UTF-8
# export LC_ALL=en_US.UTF-8

# Cargo/Rust
[[ -f "$HOME/.cargo/env"  ]] && . "$HOME/.cargo/env"
