Browse Source

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

pull/399/head
Daniel Shahaf 7 years ago
parent
commit
8d5afe47f7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      zsh-syntax-highlighting.zsh

+ 1
- 1
zsh-syntax-highlighting.zsh View File

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

Loading…
Cancel
Save