Skip to content

Conversation

@d3dave
Copy link

@d3dave d3dave commented May 25, 2025

fish_add_path is a friendly helper in fish to manage $PATH. It has the advantage that if trying to add the same path multiple times it will only appear once in the $PATH.

Unlike using set -ga ..., the user can run the command once in the shell immediately after installation, or add the command to config.fish with the same result.

See also https://fishshell.com/docs/current/tutorial.html#path

This helper is present in fish since version 3.2.0 (released March 1, 2021)

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