From a01066580556e36abd1e68d12118e8057f2d7e15 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Wed, 17 Apr 2024 19:49:57 +0300 Subject: [PATCH] mise: setup da tool --- config/fish/config.fish | 2 +- config/mise/config.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 config/mise/config.toml diff --git a/config/fish/config.fish b/config/fish/config.fish index 9b42a95..5e7fd81 100644 --- a/config/fish/config.fish +++ b/config/fish/config.fish @@ -17,7 +17,7 @@ if status is-interactive set fish_greeting starship init fish | source zoxide init fish | source - fnm env | source + mise activate fish | source function fish_user_key_bindings fish_vi_key_bindings diff --git a/config/mise/config.toml b/config/mise/config.toml new file mode 100644 index 0000000..1545207 --- /dev/null +++ b/config/mise/config.toml @@ -0,0 +1,3 @@ +[tools] +node = "lts" +usage = "latest"