Add boxen env support
This commit is contained in:
parent
0f232f55b9
commit
4d18bb3c12
2 changed files with 10 additions and 4 deletions
|
|
@ -11,6 +11,12 @@
|
||||||
cmd = mvimdiff
|
cmd = mvimdiff
|
||||||
path = /Users/hunner/local/bin/mvimdiff
|
path = /Users/hunner/local/bin/mvimdiff
|
||||||
[core]
|
[core]
|
||||||
excludesfile = /Users/hunner/.gitignore_global
|
excludesfile = /opt/boxen/config/git/gitignore
|
||||||
[push]
|
[push]
|
||||||
default = current
|
default = current
|
||||||
|
|
||||||
|
[credential]
|
||||||
|
helper = /opt/boxen/bin/boxen-git-credential
|
||||||
|
|
||||||
|
[hub]
|
||||||
|
protocol = https
|
||||||
|
|
|
||||||
|
|
@ -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
|
/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
|
~/Library/Haskell/bin /usr/local/bin/X11 /usr/openwin/bin/xview /opt/java/bin
|
||||||
/opt/java5/bin /opt/java/jre/bin /opt/openoffice/program)
|
/opt/java5/bin /opt/java/jre/bin /opt/openoffice/program)
|
||||||
prepaths=(/usr/local/bin /usr/local/sbin ~/.cabal/bin ~/.rbenv/bin ~/local/bin
|
prepaths=(/usr/local/bin /usr/local/sbin ~/.cabal/bin ~/local/bin ~/local/sbin
|
||||||
~/local/sbin ~/local/share/bin)
|
~/local/share/bin)
|
||||||
for dir in $paths ; do
|
for dir in $paths ; do
|
||||||
if [ -d $dir ] ; then
|
if [ -d $dir ] ; then
|
||||||
export PATH=$PATH:$dir
|
export PATH=$PATH:$dir
|
||||||
|
|
@ -369,7 +369,7 @@ ex () {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
eval "$(rbenv init -)"
|
[ -f /opt/boxen/env.sh ] && source /opt/boxen/env.sh
|
||||||
## Profiling options
|
## Profiling options
|
||||||
#unsetopt xtrace
|
#unsetopt xtrace
|
||||||
#exec 2>&3 3>&-
|
#exec 2>&3 3>&-
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue