Fancify parens in VCS prompt segment
This commit is contained in:
parent
ecfb905dfc
commit
73034e86b6
@ -290,7 +290,7 @@ function fish_prompt --description 'Display a formatted terminal prompt'
|
|||||||
####################
|
####################
|
||||||
# VCS Status Segment
|
# 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
|
# Prompt Character
|
||||||
|
Loading…
Reference in New Issue
Block a user