-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.profile
More file actions
28 lines (19 loc) · 1.16 KB
/
.profile
File metadata and controls
28 lines (19 loc) · 1.16 KB
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
# MacPorts Installer addition on 2009-11-09_at_07:29:47: 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=/usr/local/bin:$PATH
# MacPorts Installer addition on 2009-11-09_at_07:29:47: adding an appropriate MANPATH variable for use with MacPorts.
export MANPATH=/opt/local/share/man:$MANPATH
# Finished adapting your MANPATH environment variable for use with MacPorts.
export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
export SPEC_OPTS="--color --format specdoc"
source ~/.aliases
##
# Your previous /Users/tylerjennings/.profile file was backed up as /Users/tylerjennings/.profile.macports-saved_2009-11-13_at_14:09:23
##
# MacPorts Installer addition on 2009-11-13_at_14:09:23: 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 CLASSPATH=$CLASSPATH:/usr/local/Cellar/clojure-contrib/HEAD
export CLASSOATH=$CLASSPATH:/Users/tylerjennings/mine/src/vimclojure-2.1.2/build/vimclojure.jar