Followup to previous: Extend the 'alias' test.

This commit is contained in:
Daniel Shahaf 2015-09-18 22:04:07 +00:00
parent 81c8d78d12
commit f7cb4741d6

View File

@ -30,6 +30,7 @@
alias alias1="unused expansion"
alias -s alias2="echo"
alias1() {} # to check that it's highlighted as an alias, not as a function
ZSH_HIGHLIGHT_STYLES[alias]=$unused_highlight
BUFFER='x.alias2; alias1'