This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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. |