Skip to content

Commit 15f4567

Browse files
committed
Revert 4f0e418 for this one file, accidentally included
1 parent 4f0e418 commit 15f4567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Functions/Prompts/prompt_adam1_setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ prompt_adam1_precmd () {
4141
local prompt_length space_left
4242

4343
base_prompt_expanded_no_color=$(print -P "$base_prompt_no_color")
44-
base_prompt_etc=$(print -P "$base_prompt_no_color%($((${prompt_path_ellipsize_num} + 1))~|...|)%${prompt_path_ellipsize_num}~")
44+
base_prompt_etc=$(print -P "$base_prompt%($((${prompt_path_ellipsize_num} + 1))~|...|)%${prompt_path_ellipsize_num}~")
4545
prompt_length=${#base_prompt_etc}
4646
if [[ $prompt_length -lt $prompt_wrap_length ]]; then
4747
path_prompt="%B%F{$prompt_adam1_color2}%($((${prompt_path_ellipsize_num} + 1))~|...|)%${prompt_path_ellipsize_num}~%F{white}"

0 commit comments

Comments
 (0)