From 9bd47e82565d60add7df465abcdfcc3815cee469 Mon Sep 17 00:00:00 2001 From: Ilan Cosman Date: Sun, 24 Dec 2023 10:44:20 -0800 Subject: [PATCH] Remove erroneous testing code --- functions/fish_prompt.fish | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/functions/fish_prompt.fish b/functions/fish_prompt.fish index f4bfe243..563d9268 100644 --- a/functions/fish_prompt.fish +++ b/functions/fish_prompt.fish @@ -151,23 +151,6 @@ end" if test "$tide_prompt_transient_enabled" = true function _tide_enter_transient - set -l line (commandline --line) - - commandline --search-mode - set -l search_mode_status $status - - commandline --paging-mode - set -l paging_mode_status $status - - commandline --paging-full-mode - set -l paging_full_mode_status $status - - commandline --is-valid - set -l is_valid_status $status - - echo "line: $line, search: $search_mode_status, paging: $paging_mode_status, paging_full: $paging_full_mode_status, is_valid: $is_valid_status" >>~/commandline_status - - # If the commandline will be executed, or is empty if commandline --is-valid || test -z "$(commandline)" set -g _tide_transient