From dc8c1147735ddd0f521966eac810fd2c31b667b4 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Thu, 16 Apr 2026 20:07:06 -0400 Subject: [PATCH] mise: Configure mise-en-place --- etc/fdignore | 1 + etc/ignore | 1 + git/gitignore | 2 ++ zsh/.zshrc | 2 ++ 4 files changed, 6 insertions(+) diff --git a/etc/fdignore b/etc/fdignore index e54d372..10f3e56 100644 --- a/etc/fdignore +++ b/etc/fdignore @@ -1,3 +1,4 @@ .git/ !.env !.envrc +!mise.toml diff --git a/etc/ignore b/etc/ignore index 7b0a34c..5cdfd76 100644 --- a/etc/ignore +++ b/etc/ignore @@ -5,3 +5,4 @@ # These are gitignore'd by default, but I edit and search them often. !.env !.envrc +!mise.toml diff --git a/git/gitignore b/git/gitignore index 61ea7f5..fe80454 100644 --- a/git/gitignore +++ b/git/gitignore @@ -15,6 +15,8 @@ node_modules/ .envrc .direnv/ +mise.toml + .vimrc .editorconfig diff --git a/zsh/.zshrc b/zsh/.zshrc index ce1e9ad..5269c3c 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -88,6 +88,8 @@ _has() { _has direnv && eval "$(direnv hook zsh)" || true +_has mise && eval "$(mise activate zsh)" || true + FZF_CTRL_T_COMMAND='' _has fzf && eval "$(fzf --zsh)" || true