statusline and exlcude lazylock

This commit is contained in:
Harivansh Rathi 2026-03-21 00:45:46 -04:00
parent 905375ff1a
commit 3836361bfe
4 changed files with 27 additions and 4 deletions

View file

@ -250,6 +250,12 @@
if command -v wt >/dev/null 2>&1; then
eval "$(command wt config shell init zsh)"
# `wt` changes directories by sourcing directives into the current shell,
# so wrappers around it must stay shell functions instead of scripts.
wtc() {
wt switch --create --base @ "$@"
}
fi
'')