4 ms·
It's a zsh thing. 14.7.3 ‘=’ expansion If a word begins with an unquoted ‘=’ and the EQUALS option is set, the remainder of the word is taken as the name of a
by sprremix 4y ago
It's a zsh thing.
14.7.3 ‘=’ expansion
If a word begins with an unquoted ‘=’ and the EQUALS option is set, the remainder of the word is taken as the name of a command. If a command exists by that name, the word is replaced by the full pathname of the command.
From: https://zsh.sourceforge.io/Doc/Release/Expansion.html#g_t_0060_003d_0027-expansion https://zsh.sourceforge.io/Doc/Release/Expansion.html#g_t_00...