Open terminal and then execute
vi ~/.bash_profile
Then enter the command you want to create alias for ex.
alias sail="./vendor/bin/sail"
After that, save the file and source it
:wq
source ~/.bash_profile
Open terminal and then execute
vi ~/.bash_profile
Then enter the command you want to create alias for ex.
alias sail="./vendor/bin/sail"
After that, save the file and source it
:wq
source ~/.bash_profile