diff --git a/tag-zsh/zsh/functions/f b/tag-zsh/zsh/functions/f
index fe1059be..919b1501 100644
--- a/tag-zsh/zsh/functions/f
+++ b/tag-zsh/zsh/functions/f
@@ -4,6 +4,6 @@ f() {
   if [[ $# > 0 ]]; then
     fin $@
   else
-    fin ps
+    fin start
   fi
 }