From 87cae283c055fb14978b7f4c0ae07b96ba29d043 Mon Sep 17 00:00:00 2001 From: ADAM David Alan Martin Date: Thu, 16 Jul 2026 17:44:09 -0400 Subject: [PATCH] Trim some stale commented out code. --- tcshrc.prompt.final | 2 -- 1 file changed, 2 deletions(-) diff --git a/tcshrc.prompt.final b/tcshrc.prompt.final index e3bb32c..edf8ac4 100644 --- a/tcshrc.prompt.final +++ b/tcshrc.prompt.final @@ -177,7 +177,6 @@ endif set git_prompt="" set git_prefix="" set git_tracking_stat="" -#set git_branch=(`git branch --show-current -q |&cat`) if( ${#_git_check} <= 1 ) then set git_branch_text=( `cat ${_git_check}/HEAD` ) set git_branch=${git_branch_text[2]:s.refs/heads/..} @@ -228,7 +227,6 @@ if( ${#_git_check} <= 1 ) then set git_prompt="${git_prompt}) " endif -#set prompt_cool="%{\n%}${align_prefix}${battery_prefix}${battery_prompt}${date_prompt}${align_suffix}${git_prompt}${brace_color_seq}\[${prompt_reference}${line_prompt}${depth_prompt}${user_prompt}${at_color_seq}@${host_prompt}${text_color_seq}\: ${path_prompt}${brace_color_seq}\]${end_prompt}" set prompt_reference_view="" set line_prompt_view="" set depth_prompt_view=""