fix stupid parentesis

This commit is contained in:
lelgenio 2020-09-28 05:11:21 -03:00
parent e852733ca8
commit e1ba3758c6
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ end
_fish_prompt_accent (prompt_pwd)
if fish_vcs_prompt > /dev/null
_fish_prompt_normal " on"
_fish_prompt_accent (fish_vcs_prompt)
_fish_prompt_accent (fish_vcs_prompt | string replace -ra '\(|\)' '')
end
echo