-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.profile
23 lines (16 loc) · 838 Bytes
/
.profile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#export OMPT_COMMAND='echo -ne "\033]0;${USER}: ${PWD}\007"'
##
# Your previous /Users/while1/.profile file was backed up as /Users/while1/.profile.macports-saved_2011-10-14_at_19:21:58
##
# MacPorts Installer addition on 2011-10-14_at_19:21:58: adding an appropriate PATH variable for use with MacPorts.
export NACL_SDK_ROOT=~/adam/nacl_sdk/pepper_16/
export PATH=/opt/local/bin:/opt/local/sbin:$PATH:/Users/while1/adam/nacl_sdk/depot_tools:/Users/while1/bin/adt/sdk/platform-tools
#source ~/alchemy/alchemy-setup
export SVN_EDITOR=emacs
export NODE_PATH=/opt/local/lib/node_modules/
export NDK=/Users/while1/bin/ndk
export ADK=/Users/while1/bin/adt/sdk
export ADKW=/Users/while1/bin/adt/sdk
LANG=zh_CN.UTF-8; export LANG
LC_ALL=zh_CN.UTF-8; export LC_ALL
# Finished adapting your PATH environment variable for use with MacPorts.