Comment by antonkochubey
2 months ago
if you use \which it'll always be a shell built-in ;) though someone can put a different shell in your .zshrc
2 months ago
if you use \which it'll always be a shell built-in ;) though someone can put a different shell in your .zshrc
The backslash only prevents alias expansion.
He meant `command which`
> it'll always be a shell built-in
`command which` wouldn't have been the built-in
`exec /tmp/fake-bash` in bashrc to intercept everything?