From 31c5321f0c2906da9980ef741eee7a9e83bb6d01 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 24 Jan 2025 23:50:51 +0300 Subject: [PATCH] Use long option for print --- modules/common/nushell/environment.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {