Skip to content

Instantly share code, notes, and snippets.

@piyushdubey
Forked from BenAtWide/extend_path.fish
Created June 16, 2016 08:20
Show Gist options
  • Save piyushdubey/a1e652983f2062c86bcca36a7ea3ff09 to your computer and use it in GitHub Desktop.
Save piyushdubey/a1e652983f2062c86bcca36a7ea3ff09 to your computer and use it in GitHub Desktop.
add a component to $PATH in the fish shell
# This is the syntax to add a component to $PATH in the fish shell
set -gx PATH /usr/local/mysql/bin/ $PATH
# Note the space between the new component and the existing $PATH variable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment