Closed hackedd closed 1 year ago
I use a which function to give more verbose output for commands that are symlinks, which breaks run_command.
which
run_command
Another fix would be to use command which, but using type also seems more consistent with the eval commands directly afterwards.
command which
type
eval
I use a
which
function to give more verbose output for commands that are symlinks, which breaksrun_command
.Another fix would be to use
command which
, but usingtype
also seems more consistent with theeval
commands directly afterwards.