Add boxen env support

This commit is contained in:
Hunter Haugen 2013-06-25 10:42:01 -07:00
parent 0f232f55b9
commit 4d18bb3c12
2 changed files with 10 additions and 4 deletions

View file

@ -11,6 +11,12 @@
cmd = mvimdiff
path = /Users/hunner/local/bin/mvimdiff
[core]
excludesfile = /Users/hunner/.gitignore_global
excludesfile = /opt/boxen/config/git/gitignore
[push]
default = current
[credential]
helper = /opt/boxen/bin/boxen-git-credential
[hub]
protocol = https

View file

@ -42,8 +42,8 @@ paths=(/usr/texbin /cat/bin /cat/games/bin /opt/csw/sbin /opt/csw/bin
/opt/local/bin /usr/local/share/bin /usr/openwin/bin /usr/bin/X11
~/Library/Haskell/bin /usr/local/bin/X11 /usr/openwin/bin/xview /opt/java/bin
/opt/java5/bin /opt/java/jre/bin /opt/openoffice/program)
prepaths=(/usr/local/bin /usr/local/sbin ~/.cabal/bin ~/.rbenv/bin ~/local/bin
~/local/sbin ~/local/share/bin)
prepaths=(/usr/local/bin /usr/local/sbin ~/.cabal/bin ~/local/bin ~/local/sbin
~/local/share/bin)
for dir in $paths ; do
if [ -d $dir ] ; then
export PATH=$PATH:$dir
@ -369,7 +369,7 @@ ex () {
fi
}
eval "$(rbenv init -)"
[ -f /opt/boxen/env.sh ] && source /opt/boxen/env.sh
## Profiling options
#unsetopt xtrace
#exec 2>&3 3>&-