From 55ca50973fa7a5134d0c97c1336340cc5bffd98f Mon Sep 17 00:00:00 2001 From: Sebastian Bugge Date: Tue, 1 Apr 2025 11:39:05 +0200 Subject: [PATCH] Actually add mise stuff. --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index a8bb260..5b2cfc4 100644 --- a/.zshrc +++ b/.zshrc @@ -43,6 +43,10 @@ if [ -s "$NVM_DIR/nvm.sh" ]; then [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion fi +if [ -f $HOME/.local/bin/mise ]; then + eval "$($HOME/.local/bin/mise activate zsh)" +fi + source ~/.aliases fpath+=~/.zfunc autoload -U compinit; compinit -d