summary refs log tree commit diff stats
path: root/tag-zsh
diff options
context:
space:
mode:
Diffstat (limited to 'tag-zsh')
-rwxr-xr-xtag-zsh/config/zsh/zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-zsh/config/zsh/zshrc b/tag-zsh/config/zsh/zshrc
index af56db6..5a8b97f 100755
--- a/tag-zsh/config/zsh/zshrc
+++ b/tag-zsh/config/zsh/zshrc
@@ -257,6 +257,7 @@ alias lla="lal"
 alias llr="ll -t"
 alias gpp='g++'
 alias lsr="${ls} -tld *(m-2)" # mtime < -2days
+alias sf="app/console"
 
 alias pping="prettyping.sh"
 alias trans="transmission-remote transmission.home"
@@ -284,7 +285,6 @@ fi
 
 if [[ -n $commands[composer.phar] && ! -n $commands[composer] ]]; then
 	alias composer="composer.phar"
-	alias sf="app/console"
 fi
 
 # Functions