mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-03-20 21:06:46 +00:00
refactor(mise): simplify tool management config
Simplify mise activate call in exports (remove dynamic shell detection). Update mise/config.toml for current tool configuration. Add brew autoremove step to cleanup script after removing old version managers.
This commit is contained in:
@@ -503,7 +503,7 @@ export SQLITE_HISTORY="${XDG_CACHE_HOME}/sqlite_history"
|
||||
# mise — unified tool version manager
|
||||
# https://mise.jdx.dev
|
||||
if command -v mise &> /dev/null; then
|
||||
eval "$(mise activate "$(basename "${SHELL:-bash}")")"
|
||||
eval "$(mise activate bash)"
|
||||
fi
|
||||
|
||||
if [ -f "$XDG_CONFIG_HOME/exports-secret" ]; then source "$XDG_CONFIG_HOME/exports-secret"; fi
|
||||
|
||||
Reference in New Issue
Block a user