Update various things

This commit is contained in:
2016-11-30 15:11:21 +00:00
parent 84e91ad3fa
commit 230556a8e1
11 changed files with 71 additions and 13 deletions

View File

@@ -2,6 +2,16 @@
# Ruby environment setup.
#
install_ruby_global_packages () {
gem install --no-rdoc --no-ri \
bundler \
foreman \
rubocop \
lunchy \
rbenv-rehash \
travis
}
# Aliases
alias po="powify"
alias lu="lunchy"