Skip to content

Conversation

@adam12
Copy link

@adam12 adam12 commented Jan 24, 2026

Replace the verbose eval (... | string collect) pattern with the
simpler and more idiomatic ... | source for Fish shell setup.

The | source pipe is Fish's native way to evaluate command output
in the current shell context, making the instructions clearer and
easier to copy-paste for Fish users. Updated all four instances
across the README (gem install, quick start manual, shell setup
reference, and installation sections).

Replace the verbose `eval (... | string collect)` pattern with the
simpler and more idiomatic `... | source` for Fish shell setup.

The `| source` pipe is Fish's native way to evaluate command output
in the current shell context, making the instructions clearer and
easier to copy-paste for Fish users. Updated all four instances
across the README (gem install, quick start manual, shell setup
reference, and installation sections).
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.

1 participant