File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,8 @@ add2path /opt/CollabNet_Subversion/bin/
110
110
add2path /sbin
111
111
add2path /usr/sbin
112
112
add2path /usr/local/markmail/bin
113
+ add2path /opt/local/bin
114
+ add2path /opt/local/sbin
113
115
114
116
alias svd ' svn diff --diff-cmd ~/bin/vd'
115
117
@@ -122,6 +124,6 @@ alias 'ml' 'ssh ebloch@ssh.marklogic.com'
122
124
# #
123
125
124
126
# MacPorts Installer addition on 2010-03-05_at_22:32:39: adding an appropriate PATH variable for use with MacPorts.
125
- setenv PATH /opt/local/bin:/opt/local/sbin:$PATH
126
127
# Finished adapting your PATH environment variable for use with MacPorts.
127
128
129
+ if (-e ~ /dotfiles/.cshrc." $SHORT_HOST " ) source ~ /dotfiles/.cshrc." $SHORT_HOST "
Original file line number Diff line number Diff line change
1
+
2
+ setenv ANT_HOME ~/apache-ant-1.8.2
3
+ add2path $ANT_HOME/bin
You can’t perform that action at this time.
0 commit comments