From 11e73faae2c649c498ff1d6871b3fef81216ac1f Mon Sep 17 00:00:00 2001 From: "kuu(Fumiya Kume)" Date: Mon, 29 Apr 2024 23:13:20 +0900 Subject: [PATCH] Delete config/.config/fish/functions/gbp.fish --- config/.config/fish/functions/gbp.fish | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 config/.config/fish/functions/gbp.fish diff --git a/config/.config/fish/functions/gbp.fish b/config/.config/fish/functions/gbp.fish deleted file mode 100644 index 3e24a44..0000000 --- a/config/.config/fish/functions/gbp.fish +++ /dev/null @@ -1,3 +0,0 @@ -function gbp - gh pr list --limit 9999 | peco | awk '{ print $1 }' | xargs gh pr checkout -end