zsh: Create sf alias to `app/console`
Alan Pearce alan@alanpearce.co.uk
Tue, 29 Jul 2014 18:57:01 +0100
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M tag-zsh/config/zsh/zshrc → tag-zsh/config/zsh/zshrc
@@ -284,6 +284,7 @@ fi if [[ -n $commands[composer.phar] && ! -n $commands[composer] ]]; then alias composer="composer.phar" + alias sf="app/console" fi # Functions