From afc039c907b801a30183d84a08e825da4704d47c Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Mon, 22 Jul 2024 17:14:34 +0200 Subject: [PATCH] indentation fix in nu config --- .config/nushell/conf.d/99-git.nu.cgt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nushell/conf.d/99-git.nu.cgt b/.config/nushell/conf.d/99-git.nu.cgt index cde8412..4168eb7 100644 --- a/.config/nushell/conf.d/99-git.nu.cgt +++ b/.config/nushell/conf.d/99-git.nu.cgt @@ -1,6 +1,6 @@ def --wrapped "git <% new %>" [...rest] { - git <% old %> ...$rest + git <% old %> ...$rest }