diff options
author | Alan Pearce | 2014-07-29 18:57:01 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-29 18:57:01 +0100 |
commit | 4da97ef8d9b413a2c68b77ec9a7128da674bff03 (patch) | |
tree | 870edca7ced77205083e8e7860cc3f526e710859 /tag-zsh/config | |
parent | 7dd052f897b8cc1ef85c78a9570f6ba2cc82148e (diff) | |
download | nixfiles-4da97ef8d9b413a2c68b77ec9a7128da674bff03.tar.lz nixfiles-4da97ef8d9b413a2c68b77ec9a7128da674bff03.tar.zst nixfiles-4da97ef8d9b413a2c68b77ec9a7128da674bff03.zip |
zsh: Create sf alias to `app/console`
Diffstat (limited to 'tag-zsh/config')
-rwxr-xr-x | tag-zsh/config/zsh/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc index 8005b526..ce15330a 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 |