diff options
Diffstat (limited to 'prompt')
-rwxr-xr-x | prompt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -331,7 +331,7 @@ PROMPT_COMMAND=' file_list+="${git_untracked_files+$git_untracked$git_untracked_files }" [[ $file_list ]] && file_list=":${file_list}" # ${+ does not works (?) - tail_local="($head $white$head_rev${op+ / $op}$git_color)${file_list}" + tail_local="(${head/master/m} $white$head_rev${op+ / $op}$git_color)${file_list}" ### fringes (added depended on location) head_local="${head_local+$git_color $head_local\n}" |