From 0129a136a5d09d1abfce8354a3cfb6e4821d97d0 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 30 Nov 2019 22:24:44 +0000 Subject: [PATCH] Start by default Run `fin start` by default rather than `fin ps`. --- tag-zsh/zsh/functions/f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }