mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
bfe88ad604
- Copy and improve help text, and convert it to AsciiDoc files - Evaluate commands dynamically
17 lines
529 B
Plaintext
17 lines
529 B
Plaintext
Get or change the update channel.
|
|
|
|
== USAGE
|
|
omf channel Print the currently selected update channel
|
|
omf channel <name> Switch to the given update channel
|
|
|
|
== DESCRIPTION
|
|
Two channels are available by default: the _stable_ channel provides stable
|
|
updates with the latest tagged version of Oh My Fish, and _dev_ which provides
|
|
the latest changes under development. The update channel currently set
|
|
determines what version *omf update* will upgrade to.
|
|
|
|
== EXAMPLES
|
|
omf channel
|
|
omf channel stable
|
|
omf channel dev
|