Trim some stale commented out code.

This commit is contained in:
2026-07-16 17:44:09 -04:00
parent e4aade37cf
commit 87cae283c0
-2
View File
@@ -177,7 +177,6 @@ endif
set git_prompt="" set git_prompt=""
set git_prefix="" set git_prefix=""
set git_tracking_stat="" set git_tracking_stat=""
#set git_branch=(`git branch --show-current -q |&cat`)
if( ${#_git_check} <= 1 ) then if( ${#_git_check} <= 1 ) then
set git_branch_text=( `cat ${_git_check}/HEAD` ) set git_branch_text=( `cat ${_git_check}/HEAD` )
set git_branch=${git_branch_text[2]:s.refs/heads/..} set git_branch=${git_branch_text[2]:s.refs/heads/..}
@@ -228,7 +227,6 @@ if( ${#_git_check} <= 1 ) then
set git_prompt="${git_prompt}) " set git_prompt="${git_prompt}) "
endif 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 prompt_reference_view=""
set line_prompt_view="" set line_prompt_view=""
set depth_prompt_view="" set depth_prompt_view=""