fix: install outputs, mise keyrings, termcolor

This commit is contained in:
2026-02-23 08:49:43 -08:00
committed by GitHub
parent b048694363
commit 409bc6fef5
15 changed files with 47 additions and 34 deletions

View File

@@ -24,7 +24,7 @@ if ! command -v zsh &> /dev/null; then
esac
fi
zsh --version
zsh --version | log_quote
# plugin directory (XDG compliant)
PLUGIN_DIR="${XDG_DATA_HOME:-$HOME/.local/share}/zsh/plugins"
@@ -50,4 +50,3 @@ if [[ "$SHELL" != *zsh ]]; then
sudo usermod -s "$(command -v zsh)" "$(whoami)"
fi
log_pass "zsh configured"