Skip to content

Commit 1dbdfc2

Browse files
author
Toby DiPasquale
committed
update stuff
1 parent 703aeac commit 1dbdfc2

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

Darwin/environment.conf

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ export DISPLAY=:0.0
55
export MANPATH="/usr/local/share/man:/usr/local/man:$MANPATH"
66

77
# Ruby Enterprise Edition GC tuning parameters
8-
export RUBY_HEAP_MIN_SLOTS=250000
9-
export RUBY_HEAP_SLOTS_INCREMENT=250000
10-
export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1
11-
export RUBY_GC_MALLOC_LIMIT=50000000
8+
#export RUBY_HEAP_MIN_SLOTS=250000
9+
#export RUBY_HEAP_SLOTS_INCREMENT=250000
10+
#export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1
11+
#export RUBY_GC_MALLOC_LIMIT=50000000
1212

1313
alias ls='ls --color'
1414
alias l.='ls -d .[a-zA-Z0-9]*'
@@ -26,12 +26,5 @@ prompt_color() {
2626
}
2727

2828
# for Homebrew's installation of ec2-api-tools
29-
export EC2_HOME="/usr/local/Cellar/ec2-api-tools/1.4.2.2/jars"
30-
export EC2_AMITOOL_HOME="/usr/local/Cellar/ec2-ami-tools/1.3-45758/jars"
31-
32-
# GOPATH needs to be set and all Go code needs to be here or shit won't build
33-
export GOPATH=$HOME/src/go
34-
35-
export GNUTERM=wxt
36-
alias octave=/Applications/Octave.app/Contents/Resources/bin/octave
29+
export EC2_HOME="/usr/local/Cellar/ec2-api-tools/1.7.1.0/libexec"
3730

init

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ fi
4343

4444
cd "${ORIGINAL_PWD}"
4545

46+
[[ -s "/Users/toby/.gvm/scripts/gvm" ]] && source "/Users/toby/.gvm/scripts/gvm"

0 commit comments

Comments
 (0)