Files
dotfiles/.zprofile
2026-02-11 10:38:03 +02:00

9 lines
206 B
Bash

# Define environment variables
export EDITOR="nvim"
export LANG="en_US.UTF-8"
# Set Zinit home directory early
# Path helper or custom PATH additions should go here
# export PATH="$PATH:/your/custom/bin"