Skip to content

Commit

Permalink
add .agrc
Browse files Browse the repository at this point in the history
  • Loading branch information
bdargan committed Oct 27, 2014
1 parent 58c5256 commit 9837776
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ export VAGRANT_HOME=/Volumes/dargz/.vagrant.d
export DOCKER_HOST=tcp://127.0.0.1:4243

export PATH=$PATH:/usr/local/bin:./node_modules/.bin:/Volumes/dargz/bin

#THIS MUST BE AT THE END OF THE FILE FOR GVM TO WORK!!!
[[ -s "/Users/Brett/.gvm/bin/gvm-init.sh" ]] && source "/Users/Brett/.gvm/bin/gvm-init.sh"
3 changes: 3 additions & 0 deletions _bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
if [ -f ~/.bash_local ]; then
. ~/.bash_local
fi

#THIS MUST BE AT THE END OF THE FILE FOR GVM TO WORK!!!
[[ -s "/Users/Brett/.gvm/bin/gvm-init.sh" ]] && source "/Users/Brett/.gvm/bin/gvm-init.sh"
5 changes: 5 additions & 0 deletions _functions
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,8 @@ du -h |
substr($1, 0, length($1)-1), $0}' |
sort -r | cut -f2,3
}

#large files everywhere, OSX
#find 200Mb files
# mdfind 'kMDItemFSSize > 200000000'

3 changes: 3 additions & 0 deletions _zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ export PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/loca
export PATH=$PATH:/usr/local/bin:./node_modules/.bin:/Volumes/dargz/bin
PATH=$PATH:/usr/local/share/npm/lib/node_modules/grunt-cli/bin:/usr/local/share/npm/lib/node_modules/bower/bin
PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting

#THIS MUST BE AT THE END OF THE FILE FOR GVM TO WORK!!!
[[ -s "/Users/Brett/.gvm/bin/gvm-init.sh" ]] && source "/Users/Brett/.gvm/bin/gvm-init.sh"

0 comments on commit 9837776

Please sign in to comment.