mise: setup da tool

This commit is contained in:
Smirnov Oleksandr 2024-04-17 19:49:57 +03:00
parent 12c4e7b3ae
commit a010665805
2 changed files with 4 additions and 1 deletions

View file

@ -17,7 +17,7 @@ if status is-interactive
set fish_greeting set fish_greeting
starship init fish | source starship init fish | source
zoxide init fish | source zoxide init fish | source
fnm env | source mise activate fish | source
function fish_user_key_bindings function fish_user_key_bindings
fish_vi_key_bindings fish_vi_key_bindings

3
config/mise/config.toml Normal file
View file

@ -0,0 +1,3 @@
[tools]
node = "lts"
usage = "latest"