From fcc8b6e32bd8c304535540853cf8d28b7e8a58d9 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Thu, 16 Jan 2025 14:56:19 -0500 Subject: [PATCH] git: Add swi alias --- git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/git/config b/git/config index ca5ea38..82e99d5 100644 --- a/git/config +++ b/git/config @@ -91,6 +91,7 @@ root = rev-parse --show-toplevel s = status sb = show-branch sw = switch +swi = "!git switch \"$(git bl | fzf)\"" unchk = reset --mixed HEAD~ untracked = ls-files --others --exclude-standard