Browse Source

refactor(rtx): remove deprecated `rtx` plugin in favor of `mise`

Marc Cornellà 9 months ago
parent
commit
3012c257bc
2 changed files with 1 additions and 2 deletions
  1. 1 0
      plugins/mise/mise.plugin.zsh
  2. 0 2
      plugins/rtx/rtx.plugin.zsh

+ 1 - 0
plugins/mise/mise.plugin.zsh

@@ -24,3 +24,4 @@ fi
 
 
 # Generate and load mise completion
 # Generate and load mise completion
 $__mise completion zsh >| "$ZSH_CACHE_DIR/completions/_$__mise" &|
 $__mise completion zsh >| "$ZSH_CACHE_DIR/completions/_$__mise" &|
+unset __mise

+ 0 - 2
plugins/rtx/rtx.plugin.zsh

@@ -1,2 +0,0 @@
-# TODO: 2024-01-03 remove rtx support
-echo "[oh-my-zsh] 'rtx' plugin has been renamed to 'mise'"