-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.path
More file actions
22 lines (21 loc) · 911 Bytes
/
.path
File metadata and controls
22 lines (21 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
export PATH=/usr/bin:/bin:/usr/sbin:/sbin
# export PATH=$(/usr/local/bin/brew --prefix openssl)/bin:$PATH
export PATH=/Library/TeX/texbin:$PATH
export PATH=/usr/local/opt/ruby/bin:$PATH
export PATH=$HOME/.gem/ruby/2.6.0/bin:$PATH
export PATH=/usr/local/lib/ruby/gems/3.2.0/bin:$PATH
# export PATH=/Applications/Xcode.app/Contents/Developer/usr/bin:$PATH
export PATH=/usr/local/sbin:$PATH
export PATH=$HOME/dotfiles:$PATH
export PATH=$HOME/bin:$PATH
export PATH=/usr/local/bin:$PATH
export PATH=/Applications/Postgres.app/Contents/Versions/latest/bin:$PATH
export PATH=$HOME/.docker/bin:$PATH
export PATH=/usr/local/opt/node@20/bin:$PATH
export PATH=$HOME/fvm/default/bin:$PATH
export PATH=$HOME/.pub-cache/bin:$PATH
export PATH=$HOME/.orbstack/bin:$PATH
GOBIN_PATH="$(go env GOPATH)/bin"
export PATH="$GOBIN_PATH:$PATH"
export PATH="/Users/beninato/.antigravity/antigravity/bin:$PATH"
# eval "$(pyenv init -)"