diff --git a/dotfiles/.zprofile b/dotfiles/.zprofile index 1dc5cfc..85b203e 100644 --- a/dotfiles/.zprofile +++ b/dotfiles/.zprofile @@ -2,6 +2,3 @@ # Load Homebrew shell environment (adds bins to PATH) eval "$(/opt/homebrew/bin/brew shellenv)" - -# Uncomment to add mise shims to PATH (for VSCode and other IDEs) if needed -# export PATH="$HOME/.local/share/mise/shims:$PATH"