diff --git a/modules/common/nushell/environment.nu b/modules/common/nushell/environment.nu index be28004..8475cc6 100644 --- a/modules/common/nushell/environment.nu +++ b/modules/common/nushell/environment.nu @@ -8,7 +8,7 @@ $env.ENV_CONVERSIONS.PATH = { } def copy []: string -> nothing { - print -n $"(ansi osc)52;c;($in | encode base64)(ansi st)" + print --no-newline $"(ansi osc)52;c;($in | encode base64)(ansi st)" } def --env mc [path: path]: nothing -> nothing {