Skip to content

Instantly share code, notes, and snippets.

@kovagoz
Created December 18, 2013 10:52
Show Gist options
  • Select an option

  • Save kovagoz/8020450 to your computer and use it in GitHub Desktop.

Select an option

Save kovagoz/8020450 to your computer and use it in GitHub Desktop.
alias codecept='() { vagrant ssh -c "cd /vagrant/www && vendor/bin/codecept $*" }'
alias composer='() { vagrant ssh -c "cd /vagrant/www && composer $*" }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment