dotfiles/zshrc: rtx→mise

This commit is contained in:
Alan Orth 2024-01-04 09:13:32 +03:00
parent 6e18cca897
commit c84aa26825
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 3 additions and 3 deletions

View File

@ -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'