8000 Is it possible to print to standard error in config.fish? · Issue #2702 · fish-shell/fish-shell · GitHub
[go: up one dir, main page]

Skip to content

Is it possible to print to standard error in config.fish? #2702

@da99

Description

@da99

The last one is the only one that gets printed to the console in config.fish:

 echo "started 1" >&2
 echo "started 2" 1>&2
 echo "started 3"           # this one gets printed

Is this normal?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0