ZSH updates

This commit is contained in:
David Tomaschik
2026-02-21 11:37:04 -08:00
parent d5a3ed41c6
commit a1262e9fba
4 changed files with 19 additions and 7 deletions

6
dotfiles/zprofile Normal file
View File

@@ -0,0 +1,6 @@
# this is only run in login shells, both interactive and non-interactive
if [[ ! -o interactive ]]; then
if command -v mise 2>&1 ; then
eval "$(mise activate zsh --shims)"
fi
fi