1

Fancify parens in VCS prompt segment

This commit is contained in:
Jessie Hildebrandt 2023-02-15 16:33:14 -05:00
parent ecfb905dfc
commit 73034e86b6

View File

@ -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