default to ruby 3.4

main
Alpha Chen 3 weeks ago
parent 7a868f112b
commit 887a09e96f
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -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

Loading…
Cancel
Save