在zsh中,当我输入which git时显示:
which git
git: aliased to noglob git
我如何找出它实际调用的 git 二进制文件?(例如:/usr/bin/gitvs ~/bin/git)。基本上我想在使用which.
/usr/bin/git
~/bin/git
which
zsh which
which ×1
zsh ×1