Skip to content

Instantly share code, notes, and snippets.

@dncrews
Last active December 24, 2015 09:59
Show Gist options
  • Save dncrews/6781398 to your computer and use it in GitHub Desktop.
Save dncrews/6781398 to your computer and use it in GitHub Desktop.
Alias for foreman to use Procfile.dev if it exists.
alias fs="([[ -a Procfile.dev ]] && foreman start -f Procfile.dev) || foreman start"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment