File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ export DISPLAY=:0.0
5
5
export MANPATH=" /usr/local/share/man:/usr/local/man:$MANPATH "
6
6
7
7
# 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
12
12
13
13
alias ls=' ls --color'
14
14
alias l.=' ls -d .[a-zA-Z0-9]*'
@@ -26,12 +26,5 @@ prompt_color() {
26
26
}
27
27
28
28
# 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"
37
30
Original file line number Diff line number Diff line change 43
43
44
44
cd " ${ORIGINAL_PWD} "
45
45
46
+ [[ -s " /Users/toby/.gvm/scripts/gvm" ]] && source " /Users/toby/.gvm/scripts/gvm"
You can’t perform that action at this time.
0 commit comments