mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 01:26:46 +00:00
10 lines
281 B
Bash
10 lines
281 B
Bash
# Define environment variables
|
|
export EDITOR="nvim"
|
|
export LANG="en_US.UTF-8"
|
|
|
|
# Set Zinit home directory early
|
|
export ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit/zinit.git"
|
|
|
|
# Path helper or custom PATH additions should go here
|
|
# export PATH="$PATH:/your/custom/bin"
|