mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Minor update to ruby shell setup
This commit is contained in:
@@ -16,6 +16,7 @@ install_ruby_global_packages() {
|
|||||||
rbenv-rehash
|
rbenv-rehash
|
||||||
reek
|
reek
|
||||||
rubocop
|
rubocop
|
||||||
|
rubocop-daemon
|
||||||
seeing_is_believing
|
seeing_is_believing
|
||||||
solargraph
|
solargraph
|
||||||
)
|
)
|
||||||
@@ -30,6 +31,7 @@ alias he="heroku"
|
|||||||
alias f="foreman"
|
alias f="foreman"
|
||||||
alias fs="foreman start"
|
alias fs="foreman start"
|
||||||
alias fr="foreman run"
|
alias fr="foreman run"
|
||||||
|
alias pe="procodile exec"
|
||||||
|
|
||||||
# Aliases for specific ruby commands
|
# Aliases for specific ruby commands
|
||||||
alias ru="bundle exec ruby"
|
alias ru="bundle exec ruby"
|
||||||
|
|||||||
Reference in New Issue
Block a user