# 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"