Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use posix stderr redirection (2> instead of ^) #618

Merged
merged 1 commit into from
Jan 4, 2019

Conversation

oranja
Copy link
Contributor

@oranja oranja commented Jun 8, 2018

Fish is deprecating ^ as a shortcut for stderr redirection (fish-shell/fish-shell/issues/4394).
Replace with the more common and compatible 2>.

Fixes #609.

We should try to propagate this to packages too..

Fish is deprecating `^` as a shortcut for stderr redirection.
Replace with the more common and compatible `2>`.

Fixes oh-my-fish#609
@sagebind sagebind merged commit 97b6b92 into oh-my-fish:master Jan 4, 2019
@bobthecow
Copy link
Member

We should try to propagate this to packages too..

👍 I’ll do a bulk PR to get all the packages up to date.

This was referenced Jan 6, 2019
This was referenced Jan 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants