zsh: Create sf alias to `app/console`
1 file changed, 1 insertion(+), 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