From 4da97ef8d9b413a2c68b77ec9a7128da674bff03 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 29 Jul 2014 18:57:01 +0100 Subject: zsh: Create sf alias to `app/console` --- tag-zsh/config/zsh/zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'tag-zsh/config') diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 8005b52..ce15330 100755 --- a/tag-zsh/config/zsh/zshrc +++ b/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 -- cgit 1.4.1