mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-18 18:06:07 +00:00
refactor(shell): replace version managers with mise activate
This commit is contained in:
@@ -27,8 +27,12 @@ if not (vim.uv or vim.loop).fs_stat(lazypath) then
|
||||
end
|
||||
vim.opt.rtp:prepend(lazypath)
|
||||
|
||||
-- ── Add ~/.local/bin to the PATH ────────────────────────────────────
|
||||
vim.fn.setenv('PATH', vim.fn.expand '$HOME/.local/bin' .. ':' .. vim.fn.expand '$PATH')
|
||||
-- ── Add mise shims and ~/.local/bin to the PATH ───────────────────────
|
||||
vim.env.PATH = vim.env.HOME
|
||||
.. '/.local/share/mise/shims:'
|
||||
.. vim.env.HOME
|
||||
.. '/.local/bin:'
|
||||
.. vim.env.PATH
|
||||
|
||||
require 'options'
|
||||
require 'autogroups'
|
||||
|
||||
Reference in New Issue
Block a user