Skip to content

Commit

Permalink
add gemrc
Browse files Browse the repository at this point in the history
  • Loading branch information
techgaun committed Feb 18, 2017
1 parent deb1c54 commit 564d753
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gemrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
benchmark: false
backtrace: true
gem: --no-rdoc --no-ri --no-document --suggestions
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ln -sf "${SRC_DIR}/.ackrc" "${HOME}/.ackrc"
ln -sf "${SRC_DIR}/.bash_aliases" "${HOME}/.bash_aliases"
ln -sf "${SRC_DIR}/.bash_prompt" "${HOME}/.bash_prompt"
ln -sf "${SRC_DIR}/.bashrc.defaults" "${HOME}/.bashrc.defaults"
ln -sf "${SRC_DIR}/.gemrc" "${HOME}/.gemrc"
ln -sf "${SRC_DIR}/.gitconfig" "${HOME}/.gitconfig"
ln -sf "${SRC_DIR}/.gitignore" "${HOME}/.gitignore"
ln -sf "${SRC_DIR}/httpie/config.json" "${HOME}/.httpie/config.json"
Expand Down

0 comments on commit 564d753

Please sign in to comment.