From 92451c04809961eeb3317800ee3f8ba5e832557b Mon Sep 17 00:00:00 2001 From: Von Random Date: Sun, 5 Feb 2023 22:46:22 +0200 Subject: [PATCH] fish: adjust functions --- cli/.config/fish/functions/gwtp.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/.config/fish/functions/gwtp.fish b/cli/.config/fish/functions/gwtp.fish index 36eff0e..6b54bb7 100644 --- a/cli/.config/fish/functions/gwtp.fish +++ b/cli/.config/fish/functions/gwtp.fish @@ -1,3 +1,3 @@ function gwtp - command git worktree purge $argv + command git worktree prune $argv end