From c75d57db6990a71f6c289387dc7ab3a8e685c155 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 28 Aug 2020 11:26:44 +0100 Subject: [PATCH] Add schmersion to list of global ruby packages --- zsh/ruby.zsh | 2 ++ 1 file changed, 2 insertions(+) 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"