1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 15:30:09 +00:00
Commit graph

7 commits

Author SHA1 Message Date
Robby Russell de8bcef476 Merge pull request #1622 from hacfi/patch-1
Fix Symfony2 command completion 'permission denied'
2013-04-23 20:03:26 -07:00
lesmyrmidons 55da480da1 modify alias sfc => sf 2013-03-29 16:39:18 +01:00
lesmyrmidons fc67399843 Simplification name aliases and adding new alias 2013-03-29 13:35:35 +01:00
hacfi 8c74d80fd6 Fix Symfony2 command completion 'permission denied'
app/console by default (if you create a new Symfony project via composer create-project or by downloading it from symfony.com) is not executable. Therefore I get the following error:

sf2 _symfony2_get_command_list:1: permission denied: app/console 
_symfony2_get_command_list:1: permission denied: app/console
_symfony2_get_command_list:1: permission denied: app/console

To make command completion work without changing app/console you just have to let php run it.
2013-02-22 17:07:15 +01:00
Rui Marinho 6f6a3c8435 Added sf Symfony2 binary alias 2012-11-20 00:33:52 +00:00
Daniel Gomes e3de97ca89 added two aliases to Symfony2 Plugin 2012-10-05 21:12:40 +01:00
Andrew Tch 03424fdadb Symfony 2 completion 2011-12-18 00:23:31 +02:00