File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ _mix() {
24
24
25
25
_mix_caculate () {
26
26
if ! [ -e mix.exs ]; then
27
- rtx current elixir
27
+ mise current elixir
28
28
elif type " md5" & > /dev/null; then
29
29
md5 -q mix.exs
30
30
elif type " md5sum" & > /dev/null; then
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ function update-yarn() {
25
25
echo updating yarn to latest
26
26
npm install -g " https://yarnpkg.com/latest.tar.gz"
27
27
fi
28
- rtx reshim nodejs
28
+ mise reshim nodejs
29
29
}
30
30
31
31
function update-npm() {
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export ANDROID_HOME="$HOME/Library/Android/sdk"
42
42
export BASH_COMPLETION_COMPAT_DIR=" $HOMEBREW_PREFIX /etc/bash_completion.d"
43
43
44
44
declare -a EVALS=(
45
- " $( rtx activate bash) "
45
+ " $( mise activate bash) "
46
46
" $( hub alias -s) "
47
47
" $( direnv hook bash) "
48
48
" $( starship init bash) "
@@ -83,7 +83,7 @@ if command -v fd > /dev/null; then
83
83
fi
84
84
command -v bat > /dev/null && export FZF_CTRL_T_OPTS=" --preview 'bat -n --color=always {}'"
85
85
86
- alias asdf=rtx
86
+ alias asdf=mise
87
87
88
88
alias bat=" bat --theme=\$ (defaults read -globalDomain AppleInterfaceStyle &> /dev/null && echo default || echo GitHub)"
89
89
alias c=" open -a 'Google Chrome'"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ alias r rails
15
15
alias s spring
16
16
alias t tmux
17
17
alias v fmvim
18
- alias asdf rtx
18
+ alias asdf mise
19
19
20
20
# wow! much doge!
21
21
alias much git
33
33
34
34
fish_user_key_bindings
35
35
36
- rtx activate fish | source
36
+ mise activate fish | source
Original file line number Diff line number Diff line change @@ -36,8 +36,8 @@ ln -sfn "$PWD/vscode" "$HOME/Library/Application Support/Code/User"
36
36
37
37
mkdir -p " $HOME /.go"
38
38
39
- rtx plugin add ruby
40
- rtx plugin add nodejs
39
+ mise plugin add ruby
40
+ mise plugin add nodejs
41
41
42
42
pip3 install wakatime neovim vim-vint codespell --upgrade
43
43
You can’t perform that action at this time.
0 commit comments