From a4196d7bc14651090a427ddec3aab18749fe5525 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sat, 11 Jun 2022 11:19:04 -0700 Subject: [PATCH] Don't depend on RUBY_VERSION in starship --- dotfiles/config/starship.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/config/starship.toml b/dotfiles/config/starship.toml index d6aac61..806885d 100644 --- a/dotfiles/config/starship.toml +++ b/dotfiles/config/starship.toml @@ -14,3 +14,6 @@ symbol = "⛌" [username] show_always = true + +[ruby] +detect_variables = []