diff --git a/tag-zsh/zsh/functions/f b/tag-zsh/zsh/functions/f index fe1059b..919b150 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 }