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