driver: Be immune to 'alias' having been redefined.

This commit is contained in:
Daniel Shahaf 2016-12-01 09:06:32 +00:00
parent 76ea9e1df3
commit 8d5afe47f7

View file

@ -28,7 +28,7 @@
# -------------------------------------------------------------------------------------------------
# First of all, ensure predictable parsing.
zsh_highlight__aliases=`alias -L`
zsh_highlight__aliases=`builtin alias -L`
builtin unalias -m '*'
# Set $0 to the expected value, regardless of functionargzero.