44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
PATH=/Users/martin/dev/tools:$PATH
|
|
HTTP_PROXY=
|
|
# http://wwwcache.open.ac.uk:80
|
|
export PATH=/Library/PostgreSQL/9.5/bin:$PATH
|
|
export HTTP_PROXY
|
|
export JAVA_HOME=$(/usr/libexec/java_home)
|
|
|
|
for file in ~/.{path,bash_prompt,exports,aliases,functions,extra}; do
|
|
[ -r "$file" ] && [ -f "$file" ] && source "$file";
|
|
done;
|
|
unset file;
|
|
|
|
##
|
|
# Your previous /Users/martin/.bash_profile file was backed up as /Users/martin/.bash_profile.macports-saved_2012-04-20_at_13:53:29
|
|
##
|
|
|
|
# MacPorts Installer addition on 2012-04-20_at_13:53:29: 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/martin/.bash_profile file was backed up as /Users/martin/.bash_profile.macports-saved_2012-11-05_at_14:28:31
|
|
##
|
|
|
|
# MacPorts Installer addition on 2012-11-05_at_14:28:31: 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/martin/.bash_profile file was backed up as /Users/martin/.bash_profile.macports-saved_2012-11-07_at_10:22:38
|
|
##
|
|
|
|
# MacPorts Installer addition on 2012-11-07_at_10:22:38: 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:$HOME/android-sdk-macosx/tools:$HOME/android-sdk-macosx/platform-tools:"
|
|
|
|
|
|
[[ -s /Users/martin/.nvm/nvm.sh ]] && . /Users/martin/.nvm/nvm.sh # This loads NVM
|
|
|