From 4022a456f6f1a699dd19ea92f0ec26687ec5c97b Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Tue, 14 Jun 2022 16:40:07 -0700 Subject: [PATCH] don't auto-switch with chruby This can make $PATH wonky --- runcoms/zpreztorc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/runcoms/zpreztorc b/runcoms/zpreztorc index 146f600..5294597 100644 --- a/runcoms/zpreztorc +++ b/runcoms/zpreztorc @@ -161,13 +161,6 @@ zstyle ':prezto:module:prompt' theme 'pure' # return codes. This is not supported by all prompts. # zstyle ':prezto:module:prompt' show-return-val 'yes' -# -# Ruby -# - -# Auto switch the Ruby version on directory change. -zstyle ':prezto:module:ruby:chruby' auto-switch 'yes' - # # Python #