diff --git a/config.fish b/config.fish index 2349f78..681fa0f 100644 --- a/config.fish +++ b/config.fish @@ -290,7 +290,7 @@ function fish_prompt --description 'Display a formatted terminal prompt' #################### # VCS Status Segment - set -l vcs_seg (__fish_vcs_prompt) + set -l vcs_seg (string replace -r "^ \(" " 「" (string replace -r "\)\$" "」" (__fish_vcs_prompt))) ################## # Prompt Character