You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oh-my-fish/pkg/omf/functions/core
Itzik Ephraim a6a67be60b Use posix stderr redirection (2> instead of ^)
Fish is deprecating `^` as a shortcut for stderr redirection.
Replace with the more common and compatible `2>`.

Fixes #609
6 years ago
..
omf.channel.get.fish
omf.channel.set.fish Normalize redirection syntax (#459) 8 years ago
omf.command.fish Update docs and formatter 7 years ago
omf.core.update.fish Use posix stderr redirection (2> instead of ^) 6 years ago
omf.destroy.fish
omf.doctor.fish fix: #577 add environment sanity checks 7 years ago
omf.reload.fish
omf.version.fish
omf.xdg.config_home.fish