-
Notifications
You must be signed in to change notification settings - Fork 0
/
.paths
38 lines (26 loc) · 932 Bytes
/
.paths
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
26
27
28
29
30
31
32
33
34
35
36
37
38
# Set PATH
# Core
export PATH="/opt/X11/bin:$PATH"
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
export MANPATH="/usr/local/opt/coreutils/libexec/gnuman:$MANPATH"
export PATH="/usr/local/opt/findutils/libexec/gnubin:$PATH"
export MANPATH="/usr/local/opt/findutils/libexec/gnuman:$MANPATH"
# Latex
export PATH="/usr/local/texlive/2015/bin/x86_64-darwin:$PATH"
export PATH="/usr/texbin:$PATH"
# Go
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
export PATH=$PATH:/Users/jb/bin
# Brew
export PATH=$PATH:/usr/local/sbin
export PATH=$HOME/bin:$PATH
# Path to sketchtool (on mac)
export PATH="/Applications/Sketch.app/Contents/Resources/sketchtool/bin:$PATH"
# Ruby
export PATH=/usr/local/opt/ruby/bin:$PATH
# binaries
export PATH=$HOME/.local/bin/:$PATH
# Path for non Mac command line binaries
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH"