Skip to content
FLAVIO COPES
flaviocopes.com
2026

How to add a path to Fish Shell

By Flavio Copes

Learn how to add a folder to your PATH in the Fish shell using the fish_add_path command, so you can run commands stored in that directory from anywhere.

~~~

I was looking for a fast way to add a path to my Fish Shell, so I could execute commands into that folder.

Here’s how to do that in Fish Shell:

fish_add_path "/Users/flavio/bin"
Tagged: CLI · All topics
~~~

Related posts about cli: