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?