-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
bugSomething that's not working as intendedSomething that's not working as intended
Milestone
Description
fish, version 3.6.1
- current arch linux (
Linux arch-lia 6.4.10-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 11 Aug 2023 11:03:36 +0000 x86_64 GNU/Linux
) sh -c 'env HOME=$(mktemp -d) XDG_CONFIG_HOME= fish
makes no difference
When running command time true
, fish runs /usr/bin/time
, as I'd expect. However, when running true | command time true
, I get:
I believe this is a bug, as I'd expect fish to run time
as found in PATH
.
tjkirch
Metadata
Metadata
Assignees
Labels
bugSomething that's not working as intendedSomething that's not working as intended