Brain fart

This commit is contained in:
David Tomaschik
2026-02-21 11:55:42 -08:00
parent 60f68f11a2
commit a6146c2763

View File

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