diff --git a/zsh/ruby.zsh b/zsh/ruby.zsh index 129d5e6..b32e169 100755 --- a/zsh/ruby.zsh +++ b/zsh/ruby.zsh @@ -16,6 +16,7 @@ install_ruby_global_packages() { reek rubocop rubocop-daemon + schmersion seeing_is_believing solargraph ) @@ -32,6 +33,7 @@ alias f="foreman" alias fs="foreman start" alias fr="foreman run" alias pe="procodile exec" +alias sm="schmersion" # Aliases for specific ruby commands alias ru="bundle exec ruby"