We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48198d1 commit dfcd65bCopy full SHA for dfcd65b
highlighters/main/main-highlighter.zsh
@@ -173,7 +173,7 @@ _zsh_highlight_main__type() {
173
if (( $+aliases[(e)$1] )); then
174
may_cache=0
175
fi
176
- if (( $+aliases[(e)$1] )) && (( aliases_allowed )); then
+ if (( aliases_allowed )) && (( $+aliases[(e)$1] )) &&; then
177
REPLY=alias
178
elif [[ $1 == *.* && -n ${1%.*} ]] && (( $+saliases[(e)${1##*.}] )); then
179
REPLY='suffix alias'
0 commit comments