I haven't used Macs, so I don't know if there's anothing like this for them, but in my linux distro, there's a file called .bashrc in my home folder. It's run every time bash starts, for default config. I put something like this in there: alias symfony='php /path/to/symfony' Works like a charm.
--Colin On 5/24/07, Brian Hoke <[EMAIL PROTECTED]> wrote: > > Forgive a new-to-mac-n-unix guy his ignorance: I moved a symfony project > to an OSX mac and am using an SVN symfony install. Works fine, but I have to > type (e.g.) "php path/to/symfony propel-build-model" to run commands - is > there a way to shorten this? I tried adding "path/to" to my bash profile but > no luck. TIA, > > ~Brian > > -- > Brian P. Hoke > Bentley & Hoke LLC > 315-446-2300 > www.bentleyhoke.com > > > -- "Doh!" - Homer Simpson --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
