From 887a09e96f63a0746886fb6d2bb0d696b5c686b2 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Fri, 3 Jan 2025 16:26:33 -0800 Subject: [PATCH] default to ruby 3.4 --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 49a0696..fa2f7ec 100644 --- a/.zshrc +++ b/.zshrc @@ -211,7 +211,7 @@ setopt auto_menu # require an extra TAB press to open the completion menu [[ ! -v functions[command_not_found_handler] ]] || unfunction command_not_found_handler # default to ruby 3.3 -which chruby &>/dev/null && chruby 3.3 +which chruby &>/dev/null && chruby 3.4 for file in ~/.config/zsh/*(N); z4h source $file