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)"