Created
October 2, 2024 08:08
-
-
Save kengitahi/711dfbcd099c4f7d88f7509709d3b0fb to your computer and use it in GitHub Desktop.
Laravel - Path setup in Fish shell
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
set -gx PATH $PATH $HOME/.composer/vendor/bin or set -gx PATH $PATH $HOME/config/.composer/vendor/bin | |
set -U fish_user_paths $HOME/config/.composer/vendor/bin | |
Check the path after running composer global require "laravel/installer" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment