-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.profile
32 lines (22 loc) · 1.28 KB
/
.profile
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
# MacPorts Installer addition on 2013-08-05_at_14:50:04: adding an appropriate PATH variable for use with MacPorts.
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
# Finished adapting your PATH environment variable for use with MacPorts.
##
# Your previous /Users/ckunert/.profile file was backed up as /Users/ckunert/.profile.macports-saved_2013-11-15_at_09:24:07
##
# MacPorts Installer addition on 2013-11-15_at_09:24:07: adding an appropriate PATH variable for use with MacPorts.
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
# Finished adapting your PATH environment variable for use with MacPorts.
export PATH=${PATH}:/Application/adt-bundle-mac-x86_64-20131030/sdk/platform-tools/
export PATH=${PATH}:/Application/adt-bundle-mac-x86_64-20131030/sdk/tools/
# Tests
source .bashrc
export NVM_DIR="/Users/ckunert/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
export PATH=/opt/chefdk/bin:$PATH
##
# Your previous /Users/ckunert/.profile file was backed up as /Users/ckunert/.profile.macports-saved_2015-04-10_at_08:56:55
##
# MacPorts Installer addition on 2015-04-10_at_08:56:55: adding an appropriate PATH variable for use with MacPorts.
export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
# Finished adapting your PATH environment variable for use with MacPorts.