Skip to content

Instantly share code, notes, and snippets.

@niratama
Last active August 12, 2021 05:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niratama/840c67c7df626571303a5a743df1087a to your computer and use it in GitHub Desktop.
Save niratama/840c67c7df626571303a5a743df1087a to your computer and use it in GitHub Desktop.
Laravel公式ドキュメントのおかしなaliasの差し替え案
alias sail='f(){ [ -f sail ] && (bash sail "$@"; true) || bash vendor/bin/sail "$@"; unset -f f; }; f'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment