decors / fish-ghq

ghq completion and keybinding for fish shell
MIT License
108 stars 26 forks source link

Use "2>" to redirect stderr instead of the deprecated "^" #8

Closed uberjay closed 5 years ago

uberjay commented 5 years ago

See this GH issue for more information:

https://github.com/fish-shell/fish-shell/issues/4394

I have the feature enabled which disables caret-as-stderr-redirect (set -U fish_features stderr-nocaret). With this set, installing fish-ghq results in:

bind: No binding found for sequence '^/dev/null'

being printed after starting my shell.