From c84aa26825a503a870a5e7307d4ac1006a279b2f Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 4 Jan 2024 09:13:32 +0300 Subject: [PATCH] =?UTF-8?q?dotfiles/zshrc:=20rtx=E2=86=92mise?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dotfiles/zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index c2cf475..f79cb50 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -67,9 +67,9 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then {%@@ endif @@%} fi -# Enable zsh completions for rtx version manager -if [[ -f /usr/bin/rtx ]]; then - eval "$(/usr/bin/rtx activate zsh)" +# Enable zsh completions for mise version manager +if [[ -f /usr/bin/mise ]]; then + eval "$(/usr/bin/mise activate zsh)" fi alias ls='ls -F --color=auto'