dot_files/dot_zshenv

14 lines
325 B
Text
Raw Normal View History

# ~/.zshenv - Environment variables for ALL shells (including non-interactive)
# This file is sourced first, before .zshrc
# Only put truly global environment variables here
2025-11-22 22:39:36 +00:00
# Editor
export EDITOR='vim'
2025-11-22 22:39:36 +00:00
# Locale (uncomment if needed)
# export LANG=en_US.UTF-8
# export LC_ALL=en_US.UTF-8
2025-11-22 22:39:36 +00:00
# Cargo/Rust
2025-11-22 22:39:36 +00:00
. "$HOME/.cargo/env"