Swap in RTX #1

Merged
atomaka merged 5 commits from rtx into master 2023-11-10 20:57:05 -05:00
Showing only changes of commit a344ac5e35 - Show all commits

View file

@ -24,7 +24,13 @@ zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'
setopt auto_cd
if which direnv > /dev/null; then
eval "$(direnv hook zsh)"
fi
if which rtx > /dev/null; then
eval "$(rtx activate zsh)"
fi
if [ -f $HOME/.orbstack/shell/init.zsh ]; then
source $HOME/.orbstack/shell/init.zsh 2>/dev/null || :