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 }