From 47f8c7c59f51d6d237f41ebaac612e2083a36167 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Tue, 16 Jan 2024 10:37:03 -0800 Subject: [PATCH] yjit --- .zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc b/.zshrc index a5b525d..53b26e5 100644 --- a/.zshrc +++ b/.zshrc @@ -85,6 +85,8 @@ export FZF_DEFAULT_COMMAND="fd --type f --strip-cwd-prefix --hidden --follow --e export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" export FZF_ALT_C_COMMAND="fd --type d --strip-cwd-prefix --hidden --follow --exclude .git" +export RUBY_YJIT_ENABLE=true + # Source additional local files if they exist. if (( $+commands[fzf] )); then [[ $- == *i* ]] && z4h source ${HOMEBREW_PREFIX:+$HOMEBREW_PREFIX/opt/fzf/shell/completion.zsh}