Skip to content

Instantly share code, notes, and snippets.

View garrefa's full-sized avatar

Alex garrefa

View GitHub Profile
# Auto create gemset when used
rvm_gemset_create_on_use_flag=1
# Prefer default ruby when project file not found in current directory
rvm_project_rvmrc_default=1
# Install bundler gem and run bundle install if Gemfile available
rvm_autoinstall_bundler_flag=1
# Xcode
.DS_Store
*/build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
gem: --no-ri --no-rdoc
# definição de variáveis de ambiente
export GREP_OPTIONS="--color=auto"
export GREP_COLOR="4;33"
export CLICOLOR="auto"
export EDITOR='subl -w'
export BASH_INIT_COLOR="\[$(tput setaf 2)\]"
export BASH_DEFT_COLOR="\[$(tput sgr0)\]"
export PS1="\n$BASH_INIT_COLOR[\t] (\u) : \w$BASH_DEFT_COLOR\n\[$(tput bold)\]> $BASH_DEFT_COLOR"