Clarify alias-restoration comment wording
Per review feedback on #985: "we unned" was unclear/informal.
This commit is contained in:
parent
60172991e3
commit
49fa220757
|
|
@ -579,7 +579,7 @@ if (( $+X_ZSH_HIGHLIGHT_DIRS_BLACKLIST )); then
|
||||||
unset X_ZSH_HIGHLIGHT_DIRS_BLACKLIST
|
unset X_ZSH_HIGHLIGHT_DIRS_BLACKLIST
|
||||||
fi
|
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
|
# 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
|
# 'alias' command has itself been aliased or overridden by the user; see
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue