summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2025-10-31 09:23:28 -0700
committerBart Schaefer <schaefer@zsh.org>2025-10-31 09:23:28 -0700
commit15f4567148943c5b733922d59b9c3eea26e26a42 (patch)
treed554db579eb37b1fd8ec52ab9178ea8c70fe35eb
parent53783: use case-insensitive search for more variants of language files (diff)
downloadzsh-15f4567148943c5b733922d59b9c3eea26e26a42.tar
zsh-15f4567148943c5b733922d59b9c3eea26e26a42.tar.gz
zsh-15f4567148943c5b733922d59b9c3eea26e26a42.tar.bz2
zsh-15f4567148943c5b733922d59b9c3eea26e26a42.tar.lz
zsh-15f4567148943c5b733922d59b9c3eea26e26a42.tar.xz
zsh-15f4567148943c5b733922d59b9c3eea26e26a42.tar.zst
zsh-15f4567148943c5b733922d59b9c3eea26e26a42.zip
Revert 4f0e4185b for this one file, accidentally included
-rw-r--r--Functions/Prompts/prompt_adam1_setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Prompts/prompt_adam1_setup b/Functions/Prompts/prompt_adam1_setup
index 1707d809c..b88ffc7c1 100644
--- a/Functions/Prompts/prompt_adam1_setup
+++ b/Functions/Prompts/prompt_adam1_setup
@@ -41,7 +41,7 @@ prompt_adam1_precmd () {
local prompt_length space_left
base_prompt_expanded_no_color=$(print -P "$base_prompt_no_color")
- base_prompt_etc=$(print -P "$base_prompt_no_color%($((${prompt_path_ellipsize_num} + 1))~|...|)%${prompt_path_ellipsize_num}~")
+ base_prompt_etc=$(print -P "$base_prompt%($((${prompt_path_ellipsize_num} + 1))~|...|)%${prompt_path_ellipsize_num}~")
prompt_length=${#base_prompt_etc}
if [[ $prompt_length -lt $prompt_wrap_length ]]; then
path_prompt="%B%F{$prompt_adam1_color2}%($((${prompt_path_ellipsize_num} + 1))~|...|)%${prompt_path_ellipsize_num}~%F{white}"