-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.export
31 lines (22 loc) · 807 Bytes
/
.export
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
# OpenShift client
export PATH="$HOME/software/openshift-client/3.11:$PATH"
# Cloudfoundry client
export PATH="$HOME/software/cloudfoundry-cli/v7:$PATH"
# Homebrew
#export PATH="/usr/local/sbin:$PATH"
export PATH="$HOME/homebrew/bin:$PATH"
export PATH="$HOME/homebrew/sbin:$PATH"
export NVM_DIR="$HOME/.nvm"
# mongodb-community
export PATH="/usr/local/opt/[email protected]/bin:$PATH"
# some cli tools need it set like this
#export http_proxy="http://localhost:8118"
#export https_proxy=$http_proxy
# PostgreSQL tool
export PATH="$HOME/homebrew/opt/libpq/bin:$PATH"
# GPG - this is important for git commit signing
export GPG_TTY=$(tty)
# IntelliJ IDEA
export PATH="/Applications/IntelliJ IDEA.app/Contents/MacOS:$PATH"
# PyCharm
export PATH="/Applications/PyCharm CE.app/Contents/MacOS:$PATH"