-
Notifications
You must be signed in to change notification settings - Fork 0
/
.zprofile
25 lines (18 loc) · 872 Bytes
/
.zprofile
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
# PATH
export PATH=~/.cargo/bin:/Users/vera/miniconda3/bin:$PATH:/Users/vera/go/bin
export PATH=./node_modules/.bin:$PATH
export PATH=~/.npm/bin:$PATH
export PATH=/usr/local/opt/[email protected]/bin:$PATH
export PATH=~/github/HoTT:$PATH
export PATH=/Applications/Isabelle2018.app/Isabelle/bin:$PATH
export PATH="${GHCUP_INSTALL_BASE_PREFIX:=$HOME}/.ghcup/bin:$HOME/.cabal/bin:$PATH"
export PATH=~/.nodenv/shims:$PATH
export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src"
export PATH=/opt/homebrew/bin:$PATH
export PATH="$HOME/.pack/bin:$PATH"
export PATH="$HOME/.local/bin:/opt/homebrew/opt/postgresql@15/bin:/Users/vera/.bun/bin:/Users/vera/.nodenv/shims:$PATH"
# Path exports
export PATH="/opt/homebrew/opt/libpq/bin:$PATH"
export PATH="$HOME/.poetry/bin:$PATH"
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
export ZSH_CUSTOM=~/github/dotfiles/zsh