Clarify alias-restoration comment wording

Per review feedback on #985: "we unned" was unclear/informal.
This commit is contained in:
Manish Tiwari 2026-08-20 11:08:08 +05:30
parent 60172991e3
commit 49fa220757
1 changed files with 1 additions and 1 deletions

View File

@ -579,7 +579,7 @@ if (( $+X_ZSH_HIGHLIGHT_DIRS_BLACKLIST )); then
unset X_ZSH_HIGHLIGHT_DIRS_BLACKLIST
fi
# Restore the aliases we unned.
# Restore the aliases that were unaliased above (via 'builtin unalias').
#
# We use 'builtin' here (and not just when capturing them above) in case the
# 'alias' command has itself been aliased or overridden by the user; see