From dd664c97a38cd03d984a06e56716edda7db31971 Mon Sep 17 00:00:00 2001 From: sloane <1699281+sloanelybutsurely@users.noreply.github.com> Date: Mon, 18 Mar 2024 11:16:39 -0400 Subject: [PATCH] move from asdf to mise --- .config/fish/config.fish | 5 ++++- .config/mise/config.toml | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .config/mise/config.toml diff --git a/.config/fish/config.fish b/.config/fish/config.fish index aa03d1f..067254c 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,5 +1,5 @@ eval (/opt/homebrew/bin/brew shellenv) -source ~/.asdf/asdf.fish +mise activate fish | source if status is-interactive fish_vi_key_bindings @@ -46,3 +46,6 @@ abbr -a mux tmuxinator # fix common "yadm" typos abbr -a ydam yadm abbr -a ydma yadm + +# mise shorthands +abbr -a mr mise run diff --git a/.config/mise/config.toml b/.config/mise/config.toml new file mode 100644 index 0000000..418f05e --- /dev/null +++ b/.config/mise/config.toml @@ -0,0 +1,5 @@ +[tools] +usage = "latest" +node = "16.20.0" +erlang = "26" +elixir = "1.15"