move from asdf to mise
This commit is contained in:
parent
db6c51aee7
commit
dd664c97a3
2 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
eval (/opt/homebrew/bin/brew shellenv)
|
eval (/opt/homebrew/bin/brew shellenv)
|
||||||
source ~/.asdf/asdf.fish
|
mise activate fish | source
|
||||||
|
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
fish_vi_key_bindings
|
fish_vi_key_bindings
|
||||||
|
@ -46,3 +46,6 @@ abbr -a mux tmuxinator
|
||||||
# fix common "yadm" typos
|
# fix common "yadm" typos
|
||||||
abbr -a ydam yadm
|
abbr -a ydam yadm
|
||||||
abbr -a ydma yadm
|
abbr -a ydma yadm
|
||||||
|
|
||||||
|
# mise shorthands
|
||||||
|
abbr -a mr mise run
|
||||||
|
|
5
.config/mise/config.toml
Normal file
5
.config/mise/config.toml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[tools]
|
||||||
|
usage = "latest"
|
||||||
|
node = "16.20.0"
|
||||||
|
erlang = "26"
|
||||||
|
elixir = "1.15"
|
Loading…
Reference in a new issue