diff --git a/zsh/ruby.zsh b/zsh/ruby.zsh index a8f16d8..069e14f 100755 --- a/zsh/ruby.zsh +++ b/zsh/ruby.zsh @@ -16,6 +16,7 @@ install_ruby_global_packages() { rbenv-rehash reek rubocop + rubocop-daemon seeing_is_believing solargraph ) @@ -30,6 +31,7 @@ alias he="heroku" alias f="foreman" alias fs="foreman start" alias fr="foreman run" +alias pe="procodile exec" # Aliases for specific ruby commands alias ru="bundle exec ruby"