-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshellpaths
40 lines (32 loc) · 1.11 KB
/
shellpaths
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
39
40
#My Scripts
export PATH=$PATH:.
#export PATH=$PATH:~/.dotfiles/scripts
export PATH=$PATH:/usr/local/sbin
export PATH=$PATH:/usr/sbin
export PATH=$PATH:/sbin
#Brew
export PATH=/usr/local/sbin:$PATH
export PATH=/usr/local/bin:$PATH
#MacPorts
## NOTE: switched to HomeBrew :)
## Having MacPorts first instead of after $PATH causes a GitK error
## http://stackoverflow.com/questions/2629292/starting-gitk-error
#export PATH=$PATH:/opt/local/bin
#export PATH=$PATH:/opt/local/sbin
#export MANPATH=$MANPATH:/opt/local/share/man
#Dev frameworks
#export PATH=$PATH:$ANT_HOME/bin
#export PATH=$PATH:$M2_HOME/bin
#Chef
export PATH=$PATH:/opt/chef/bin:/opt/chef/embedded/bin
#export PATH=$PATH:~/.npm/
# Anaconda
export PATH="$PATH:$HOME/anaconda/bin"
export PATH="$HOME/anaconda2/bin:$PATH"
export rvmsudo_secure_path=0
export PATH=$PATH:/opt/t32/bin/pc_linux64
export PATH="$HOME/.linuxbrew/bin:$PATH"
export MANPATH="$HOME/.linuxbrew/share/man:$MANPATH"
export INFOPATH="$HOME/.linuxbrew/share/info:$INFOPATH"
export PATH="$PATH:$HOME/bin" # Add RVM to PATH for scripting
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting