diff --git a/.config/nushell/conf.d/99-git.nu.cgt b/.config/nushell/conf.d/99-git.nu.cgt new file mode 100644 index 0000000..e96ce9d --- /dev/null +++ b/.config/nushell/conf.d/99-git.nu.cgt @@ -0,0 +1,17 @@ + +def --wrapped "git <% new %>" [...rest] { + git <% old %> ...$rest +} + + +