indentation fix in nu config

This commit is contained in:
LordMZTE 2024-07-22 17:14:34 +02:00
parent c9fea1c134
commit afc039c907
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -1,6 +1,6 @@
<! function gitalias(new, old) !>
def --wrapped "git <% new %>" [...rest] {
git <% old %> ...$rest
git <% old %> ...$rest
}
<! end !>