From 71522c31143df15090cf55f2d9647d3ff3bdb5d7 Mon Sep 17 00:00:00 2001 From: Ruoyou Zhang <38329022+ruoyouz@users.noreply.github.com> Date: Sun, 12 Jul 2026 17:25:55 -0500 Subject: [PATCH] remove unneeded comments --- src/shell-integration/nushell/vendor/autoload/ghostty.nu | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/shell-integration/nushell/vendor/autoload/ghostty.nu b/src/shell-integration/nushell/vendor/autoload/ghostty.nu index c5ac76fb1..1f6716f99 100644 --- a/src/shell-integration/nushell/vendor/autoload/ghostty.nu +++ b/src/shell-integration/nushell/vendor/autoload/ghostty.nu @@ -6,7 +6,6 @@ export module ghostty { # Wrap `ssh` with `ghostty +ssh` and translate the shell-integration # feature flags into command options. - # Add attribute so nushell completion can function correctly @complete external export def --wrapped ssh [...args] { if not ((has_feature "ssh-env") or (has_feature "ssh-terminfo")) { @@ -26,7 +25,6 @@ export module ghostty { } # Wrap `sudo` to preserve Ghostty's TERMINFO environment variable - # Add attribute so nushell completion can function correctly @complete external export def --wrapped sudo [...args] { mut sudo_args = $args