Revert gitconfig/TODO/bw-login redactions; remove zshrc.local.example

Public key, name, email, and self-hosted URLs are fine to publish.
Remove config/shell/zshrc.local.example instead of genericizing it —
it contained personal infrastructure details with no value to others.
This commit is contained in:
2026-06-07 15:23:53 +10:00
parent 3c6ca17a8b
commit a249dec1ba
4 changed files with 9 additions and 71 deletions

View File

@@ -154,7 +154,7 @@ if [ "${_do_bw_setup:-false}" = true ]; then
info "If you have 2FA enabled, you'll be prompted for that too."
echo "----------------------------------------"
echo ""
bw login || {
bw login hi@julianprester.com || {
warn "Bitwarden login failed or was cancelled."
warn "You can run 'bw login' manually later."
}