Skip to content

Commit

Permalink
Merge pull request #3486 from yutkat/v46.046
Browse files Browse the repository at this point in the history
rtx: Change to mise
  • Loading branch information
yutkat authored Jan 4, 2024
2 parents c34fffb + ef87f4c commit b67a537
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .config/zsh/rc/pluginconfig/mise_atload.zsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
if [[ ! -e "$HOME/.config/zsh/completions.local/_mise" ]]; then
mise completion zsh > ~/.config/zsh/completions.local/_mise
fi
3 changes: 0 additions & 3 deletions .config/zsh/rc/pluginconfig/rtx_atload.zsh

This file was deleted.

6 changes: 3 additions & 3 deletions .config/zsh/rc/pluginlist.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,9 @@ zinit wait'1' lucid \
# light-mode for @asdf-vm/asdf
zinit wait'1' lucid \
from"gh-r" as"program" \
mv'rtx-* -> rtx' \
atload"source $ZHOMEDIR/rc/pluginconfig/rtx_atload.zsh" \
light-mode for @jdx/rtx
mv'mise-* -> rtx' \
atload"source $ZHOMEDIR/rc/pluginconfig/mise_atload.zsh" \
light-mode for @jdx/mise

# GitHub #
zinit wait'1' lucid \
Expand Down

1 comment on commit b67a537

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: b67a537 Previous: c34fffb Ratio
zsh load time 0.17 Second 0.11 Second 1.55

This comment was automatically generated by workflow using github-action-benchmark.

CC: @yutkat

Please sign in to comment.