Skip to content

Commit d9c0499

Browse files
committedDec 15, 2011
Add support for host specific stuff.
Add /opt paths to defaults. Add ucb demo host
1 parent 5cbe27d commit d9c0499

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎.cshrc

+3-1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ add2path /opt/CollabNet_Subversion/bin/
110110
add2path /sbin
111111
add2path /usr/sbin
112112
add2path /usr/local/markmail/bin
113+
add2path /opt/local/bin
114+
add2path /opt/local/sbin
113115

114116
alias svd 'svn diff --diff-cmd ~/bin/vd'
115117

@@ -122,6 +124,6 @@ alias 'ml' 'ssh ebloch@ssh.marklogic.com'
122124
##
123125

124126
# 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
126127
# Finished adapting your PATH environment variable for use with MacPorts.
127128

129+
if (-e ~/dotfiles/.cshrc."$SHORT_HOST") source ~/dotfiles/.cshrc."$SHORT_HOST"

‎.cshrc.ucb.demo

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
setenv ANT_HOME ~/apache-ant-1.8.2
3+
add2path $ANT_HOME/bin

0 commit comments

Comments
 (0)
Please sign in to comment.