Update dotfiles

This commit is contained in:
David Tomaschik
2026-04-01 14:02:33 -07:00
parent ce973d5bbf
commit 46c00c61be
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ uv_venv_auto = true
[tools]
age = "latest"
age-plugin-yubikey = "latest"
usage = "latest"
uv = "latest"

View File

@@ -10,7 +10,7 @@ if test -d ${HOME}/.local/bin ; then
fi
if [[ ! -o interactive || ! -t 0 ]]; then
if command -v mise >/dev/null 2>&1 ; then
if [[ "$PWD" != /google* ]] && command -v mise >/dev/null 2>&1 ; then
eval "$(mise activate zsh --shims)"
fi
fi