summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2014-07-29 18:57:01 +0100
committerAlan Pearce2014-07-29 18:57:01 +0100
commit4da97ef8d9b413a2c68b77ec9a7128da674bff03 (patch)
tree870edca7ced77205083e8e7860cc3f526e710859
parent7dd052f897b8cc1ef85c78a9570f6ba2cc82148e (diff)
downloaddotfiles-4da97ef8d9b413a2c68b77ec9a7128da674bff03.tar.lz
dotfiles-4da97ef8d9b413a2c68b77ec9a7128da674bff03.tar.zst
dotfiles-4da97ef8d9b413a2c68b77ec9a7128da674bff03.zip
zsh: Create sf alias to `app/console`
-rwxr-xr-xtag-zsh/config/zsh/zshrc1
1 files changed, 1 insertions, 0 deletions
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