mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
mise: setup da tool
This commit is contained in:
parent
12c4e7b3ae
commit
a010665805
2 changed files with 4 additions and 1 deletions
|
|
@ -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
3
config/mise/config.toml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
[tools]
|
||||||
|
node = "lts"
|
||||||
|
usage = "latest"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue