mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-18 12:06:00 +00:00
refactor(shell): replace version managers with mise activate
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
[[ -z "$NVM_DIR" ]] && export NVM_DIR="$HOME/.config/nvm"
|
||||
[[ -s "$NVM_DIR/nvm.sh" ]] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
eval "$(mise activate bash --shims)"
|
||||
|
||||
Reference in New Issue
Block a user