-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.path
26 lines (19 loc) · 953 Bytes
/
.path
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
# add brew to path
eval "$(/opt/homebrew/bin/brew shellenv)"
# make sure that brew-stuff is used instead of system-stuff
export PATH=$(brew --prefix)/bin:$(brew --prefix)/sbin:$PATH
# get my own commands
export PATH=~/S/prettyping:$PATH # NOTE: This path has prio 2 after $DOTFILESDIR/bin
export PATH=$DOTFILESDIR/bin:$PATH
# needed for the kirby cli
export PATH=~/.composer/vendor/bin:$PATH
# needed for binaries installed via npm
# export PATH="/usr/local/Cellar/node/8.6.0/bin:$PATH"
# Postgres
export PATH="/usr/lib/postgresql/9.1/bin:$PATH"
# add this when postgres gives error `initdb: command not found`
# alias sudo='sudo env PATH=$PATH'
# needed for nativescript sidekick / dr. plano
export NVM_DIR="$HOME/.nvm"
[ -s "/usr/local/opt/nvm/nvm.sh" ] && . "/usr/local/opt/nvm/nvm.sh" # This loads nvm
[ -s "/usr/local/opt/nvm/etc/bash_completion.d/nvm" ] && . "/usr/local/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion