From ff9027a80b1e503af7846019cdf081820c9d4c64 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Fri, 14 Oct 2016 09:23:30 +0530 Subject: [PATCH] fish: Fix root prompt color --- .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 e250bc92..bd3298b0 100644 --- a/.config/fish/functions/fish_prompt.fish +++ b/.config/fish/functions/fish_prompt.fish @@ -13,7 +13,7 @@ function fish_prompt ## Path set -l cwd_color $fish_color_cwd if test (id -u) -eq 0 - set -l cwd_color $fish_color_cwd_root + set cwd_color $fish_color_cwd_root end set PROMPT_PWD (prompt_pwd) printf "%s%s%s%s" \