You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Beginning in fish 3.2.0, when run with the default config, __fish_print_pipestatus now prints the pipe and closing brackets in bold. I tested this under sh -c 'env HOME=$(mktemp -d) fish' and can confirm that I get the same behaviour there:
~ $ fish --version
fish, version 3.2.0
~ $ uname -a
Darwin Simons-MacBook-Pro-2.local 20.3.0 Darwin Kernel Version 20.3.0: Thu Jan 21 00:07:06 PST 2021; root:xnu-7195.81.3~1/RELEASE_X86_64 x86_64
~ $ echo $TERM
xterm-256color
Beginning in fish 3.2.0, when run with the default config,
__fish_print_pipestatusnow prints the pipe and closing brackets in bold. I tested this undersh -c 'env HOME=$(mktemp -d) fish'and can confirm that I get the same behaviour there:My environment: