Skip to content

Instantly share code, notes, and snippets.

@BenAtWide
Created April 23, 2013 09:39
Show Gist options
  • Save BenAtWide/5442197 to your computer and use it in GitHub Desktop.
Save BenAtWide/5442197 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