fish: Fix spurious '}' in prompt

master
Pierre Neidhardt 2017-06-12 21:27:50 +01:00
parent c37af9b279
commit 23f989f3f9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ function fish_prompt
(set_color normal) \
(set_color $fish_color_hostname)$HOST \
(set_color normal) \
(set_color -o)'}'
(set_color -o)')'
## Path
set -l cwd_color $fish_color_cwd