This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Xcode | |
| .DS_Store | |
| */build/* | |
| *.pbxuser | |
| !default.pbxuser | |
| *.mode1v3 | |
| !default.mode1v3 | |
| *.mode2v3 | |
| !default.mode2v3 | |
| *.perspectivev3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gem: --no-ri --no-rdoc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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" |
NewerOlder