Skip to content

Commit f1bb9dc

Browse files
committed
🚚 rtx -> mise
1 parent eb3cb91 commit f1bb9dc

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

‎bash/completions/mix.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ _mix() {
2424

2525
_mix_caculate() {
2626
if ! [ -e mix.exs ]; then
27-
rtx current elixir
27+
mise current elixir
2828
elif type "md5" &>/dev/null; then
2929
md5 -q mix.exs
3030
elif type "md5sum" &>/dev/null; then

‎bash/functions/update

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function update-yarn() {
2525
echo updating yarn to latest
2626
npm install -g "https://yarnpkg.com/latest.tar.gz"
2727
fi
28-
rtx reshim nodejs
28+
mise reshim nodejs
2929
}
3030

3131
function update-npm() {

‎bashrc

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export ANDROID_HOME="$HOME/Library/Android/sdk"
4242
export BASH_COMPLETION_COMPAT_DIR="$HOMEBREW_PREFIX/etc/bash_completion.d"
4343

4444
declare -a EVALS=(
45-
"$(rtx activate bash)"
45+
"$(mise activate bash)"
4646
"$(hub alias -s)"
4747
"$(direnv hook bash)"
4848
"$(starship init bash)"
@@ -83,7 +83,7 @@ if command -v fd > /dev/null; then
8383
fi
8484
command -v bat > /dev/null && export FZF_CTRL_T_OPTS="--preview 'bat -n --color=always {}'"
8585

86-
alias asdf=rtx
86+
alias asdf=mise
8787

8888
alias bat="bat --theme=\$(defaults read -globalDomain AppleInterfaceStyle &> /dev/null && echo default || echo GitHub)"
8989
alias c="open -a 'Google Chrome'"

‎fish/config.fish

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ alias r rails
1515
alias s spring
1616
alias t tmux
1717
alias v fmvim
18-
alias asdf rtx
18+
alias asdf mise
1919

2020
# wow! much doge!
2121
alias much git
@@ -33,4 +33,4 @@ end
3333

3434
fish_user_key_bindings
3535

36-
rtx activate fish | source
36+
mise activate fish | source

‎install

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ ln -sfn "$PWD/vscode" "$HOME/Library/Application Support/Code/User"
3636

3737
mkdir -p "$HOME/.go"
3838

39-
rtx plugin add ruby
40-
rtx plugin add nodejs
39+
mise plugin add ruby
40+
mise plugin add nodejs
4141

4242
pip3 install wakatime neovim vim-vint codespell --upgrade
4343

0 commit comments

Comments
 (0)