From 23f989f3f90aae84ab5c5152e3689f0c715fdfe7 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Mon, 12 Jun 2017 21:27:50 +0100 Subject: [PATCH] fish: Fix spurious '}' in prompt --- .config/fish/functions/fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/functions/fish_prompt.fish b/.config/fish/functions/fish_prompt.fish index a286f4e8..9ec18346 100644 --- a/.config/fish/functions/fish_prompt.fish +++ b/.config/fish/functions/fish_prompt.fish @@ -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