From 35cb0241a588ce97abfea3f59ffaca2230cabb5d Mon Sep 17 00:00:00 2001 From: Ben Dilley Date: Fri, 1 Mar 2024 18:02:22 +0000 Subject: [PATCH] ~/.zshrc updates --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zshrc b/.zshrc index a2cff32..8905933 100644 --- a/.zshrc +++ b/.zshrc @@ -110,6 +110,9 @@ PS1='$(kube_ps1)'$PS1 # rbenv: enable shims and autocompletion eval "$(rbenv init -)" +# Enable YJIT for Ruby +export RUBY_YJIT_ENABLE=1 + export PATH=$HOME/bin:$PATH source $HOME/.bash_aliases export GPG_TTY=$(tty) @@ -122,3 +125,6 @@ function deploy() { } setopt no_share_history + +export CATALINA_HOME="$(brew --prefix)/opt/tomcat@8/libexec" +export CATALINA_BASE="$HOME/var/tomcat"