about summary refs log tree commit diff
path: root/.zshenv
blob: 97f7a5a2265b11a29f9edc7db79a307e7968e1fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Rust
# . "$HOME/.cargo/env"

# Custom
[ -f "$HOME/.config/shell/vars" ] && source "$HOME/.config/shell/vars"

# Brew
# eval "$(/opt/homebrew/bin/brew shellenv)"

# bun
# export BUN_INSTALL="$HOME/.bun"
# export PATH="$BUN_INSTALL/bin:$PATH"