-
Notifications
You must be signed in to change notification settings - Fork 1
/
.zshenv
25 lines (17 loc) · 1.03 KB
/
.zshenv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# --------------------------------------------------------------------------------------------------
# General
# --------------------------------------------------------------------------------------------------
export XDG_CONFIG_HOME="$HOME/.config"
# --------------------------------------------------------------------------------------------------
# ZSH
# --------------------------------------------------------------------------------------------------
export ZDOTDIR="${XDG_CONFIG_HOME}/zsh"
export ADOTDIR="${ZDOTDIR}/antigen"
# --------------------------------------------------------------------------------------------------
# Brew
# --------------------------------------------------------------------------------------------------
export PATH=/opt/homebrew/bin:$PATH
# --------------------------------------------------------------------------------------------------
# Starship
# --------------------------------------------------------------------------------------------------
export STARSHIP_CONFIG=~/.config/starship/config.toml