You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One definite rule is: if the precommand is an external command, the following command words are all external commands (through the end of the simple command, e.g., sudo nice env ls).
sudo echo foo
should highlight echo ascommand
notbuiltin
; however, this is not true for all precommands (e.g. noglob preserves builtins).The text was updated successfully, but these errors were encountered: