forked from mathiasbynens/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.path
More file actions
27 lines (19 loc) · 591 Bytes
/
.path
File metadata and controls
27 lines (19 loc) · 591 Bytes
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
# init rbenv
export PATH="$HOME/.rbenv/bin:$PATH"
eval "$(rbenv init -)" >/dev/null
# Path to your oh-my-zsh configuration.
export ZSH=$HOME/.oh-my-zsh
#export for homebrew
export PATH=/usr/local/bin:/usr/local/sbin:$PATH
#export for git
export PATH=$PATH:/usr/local/git/bin
#export for pow
export PATH=~/.rbenv/shims:$PATH
# export for node
export PATH="/usr/local/share/npm/bin:$PATH"
### Added by the Heroku Toolbelt
export PATH="/usr/local/heroku/bin:$PATH"
## PHP
# php is loaded in .php file
## POSTGRES
export PATH="/Applications/Postgres.app/Contents/Versions/9.3/bin:$PATH"