Skip to content

Commit

Permalink
~/.zshrc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bendilley committed Mar 1, 2024
1 parent 66a9801 commit 35cb024
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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"

0 comments on commit 35cb024

Please sign in to comment.