Skip to content

Commit 771c4e1

Browse files
committed
initial commit
0 parents  commit 771c4e1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+36649
-0
lines changed

.bash_profile

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
if [ -f /etc/profile ]; then
2+
. /etc/profile
3+
fi
4+
5+
if [ -f ~/.bashrc ]; then
6+
. ~/.bashrc
7+
fi
8+
9+
##
10+
# Your previous /Users/dpranke/.bash_profile file was backed up as /Users/dpranke/.bash_profile.macports-saved_2010-12-15_at_10:27:27
11+
##
12+
13+
# MacPorts Installer addition on 2010-12-15_at_10:27:27: adding an appropriate PATH variable for use with MacPorts.
14+
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
15+
# Finished adapting your PATH environment variable for use with MacPorts.
16+
17+
18+
##
19+
# Your previous /Users/dpranke/.bash_profile file was backed up as /Users/dpranke/.bash_profile.macports-saved_2011-07-29_at_18:59:00
20+
##
21+
22+
# MacPorts Installer addition on 2011-07-29_at_18:59:00: adding an appropriate PATH variable for use with MacPorts.
23+
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
24+
# Finished adapting your PATH environment variable for use with MacPorts.
25+
26+
27+
##
28+
# Your previous /Users/dpranke/.bash_profile file was backed up as /Users/dpranke/.bash_profile.macports-saved_2012-01-30_at_17:54:25
29+
##
30+
31+
# MacPorts Installer addition on 2012-01-30_at_17:54:25: adding an appropriate PATH variable for use with MacPorts.
32+
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
33+
# Finished adapting your PATH environment variable for use with MacPorts.
34+
35+
36+
##
37+
# Your previous /Users/dpranke/.bash_profile file was backed up as /Users/dpranke/.bash_profile.macports-saved_2012-01-31_at_19:38:43
38+
##
39+
40+
# MacPorts Installer addition on 2012-01-31_at_19:38:43: adding an appropriate PATH variable for use with MacPorts.
41+
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
42+
# Finished adapting your PATH environment variable for use with MacPorts.
43+

0 commit comments

Comments
 (0)