-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbash_profile
More file actions
executable file
·40 lines (26 loc) · 1.54 KB
/
bash_profile
File metadata and controls
executable file
·40 lines (26 loc) · 1.54 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
28
29
30
31
32
33
34
35
36
37
38
39
source ~/.bashrc
##
# Your previous /Users/alan/.bash_profile file was backed up as /Users/alan/.bash_profile.macports-saved_2011-07-05_at_11:27:59
##
# MacPorts Installer addition on 2011-07-05_at_11:27:59: 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.
test -r /sw/bin/init.sh && . /sw/bin/init.sh
##
# Your previous /Users/alan/.bash_profile file was backed up as /Users/alan/.bash_profile.macports-saved_2011-07-08_at_23:16:59
##
# MacPorts Installer addition on 2011-07-08_at_23:16:59: 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/alan/.bash_profile file was backed up as /Users/alan/.bash_profile.macports-saved_2012-04-13_at_12:55:18
##
# MacPorts Installer addition on 2012-04-13_at_12:55:18: 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/alan/.bash_profile file was backed up as /Users/alan/.bash_profile.macports-saved_2012-10-17_at_09:41:49
##
# MacPorts Installer addition on 2012-10-17_at_09:41:49: 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.