diff --git a/tag-zsh/zsh/functions/f b/tag-zsh/zsh/functions/f
deleted file mode 100644
index 919b1501..00000000
--- a/tag-zsh/zsh/functions/f
+++ /dev/null
@@ -1,9 +0,0 @@
-# No arguments: `fin ps`
-# With arguments: acts like `fin`
-f() {
-  if [[ $# > 0 ]]; then
-    fin $@
-  else
-    fin start
-  fi
-}