From 60e1ad4e8dedde92939258587456198d4cc53494 Mon Sep 17 00:00:00 2001 From: aleidk Date: Mon, 29 Jan 2024 10:06:12 -0300 Subject: [PATCH] change rtx for mise --- config/{rtx => mise}/config.toml | 2 +- config/zsh/zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename config/{rtx => mise}/config.toml (95%) diff --git a/config/rtx/config.toml b/config/mise/config.toml similarity index 95% rename from config/rtx/config.toml rename to config/mise/config.toml index 55c16b6..b256055 100644 --- a/config/rtx/config.toml +++ b/config/mise/config.toml @@ -2,7 +2,7 @@ node = 'lts' # python = {version='3', virtualenv='.venv'} python = {version='3'} # setting virtualenv adds a virtualenv in every directory -tea = "latest" +php = "8.2" [settings] [alias.node] diff --git a/config/zsh/zshrc b/config/zsh/zshrc index da54f14..0bc48f7 100755 --- a/config/zsh/zshrc +++ b/config/zsh/zshrc @@ -108,6 +108,6 @@ if [[ "$ZPROF" = true ]]; then fi eval "$(starship init zsh)" -eval "$(rtx activate zsh)" # eval "$(zellij setup --generate-auto-start zsh)" eval "$(zoxide init zsh)" +eval "$(mise activate zsh)"